summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXWindowEvent.c
diff options
context:
space:
mode:
authorculler <culler>2024-06-13 03:41:50 (GMT)
committerculler <culler>2024-06-13 03:41:50 (GMT)
commit55453902cf3de34e45799dbc6fc7f59f6151ef56 (patch)
tree81dd4268d02c45000bccc83e8872414bf672effb /macosx/tkMacOSXWindowEvent.c
parent31e1c7993caffba710f061daef4aaa36b89845b8 (diff)
downloadtk-55453902cf3de34e45799dbc6fc7f59f6151ef56.zip
tk-55453902cf3de34e45799dbc6fc7f59f6151ef56.tar.gz
tk-55453902cf3de34e45799dbc6fc7f59f6151ef56.tar.bz2
Try to guard against crashes in TkpChangeFocus
Diffstat (limited to 'macosx/tkMacOSXWindowEvent.c')
-rw-r--r--macosx/tkMacOSXWindowEvent.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/macosx/tkMacOSXWindowEvent.c b/macosx/tkMacOSXWindowEvent.c
index 3681d60..d99c06b 100644
--- a/macosx/tkMacOSXWindowEvent.c
+++ b/macosx/tkMacOSXWindowEvent.c
@@ -1175,7 +1175,6 @@ ConfigureRestrictProc(
while (Tcl_DoOneEvent(TCL_IDLE_EVENTS)) {}
}
}
-
reentered = 0;
}