summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorculler <culler>2024-05-20 23:04:54 (GMT)
committerculler <culler>2024-05-20 23:04:54 (GMT)
commit080aeeed22a914bdf8f1de650e6a4f2c34824104 (patch)
tree0dde303bcafe1329a7211372f985052376893605
parent32eb23bc4d60fab1c8691f1afce5a10a05c70365 (diff)
downloadtk-080aeeed22a914bdf8f1de650e6a4f2c34824104.zip
tk-080aeeed22a914bdf8f1de650e6a4f2c34824104.tar.gz
tk-080aeeed22a914bdf8f1de650e6a4f2c34824104.tar.bz2
Restore the call to TkPointerDeadWindow - Windows needs it; probably macOS does too.
-rw-r--r--macosx/tkMacOSXSubwindows.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/macosx/tkMacOSXSubwindows.c b/macosx/tkMacOSXSubwindows.c
index b3eab4a..0e4820e 100644
--- a/macosx/tkMacOSXSubwindows.c
+++ b/macosx/tkMacOSXSubwindows.c
@@ -63,6 +63,7 @@ XDestroyWindow(
*/
TkMacOSXSelDeadWindow(macWin->winPtr);
+ TkPointerDeadWindow(macWin->winPtr);
macWin->toplevel->referenceCount--;
if (!Tk_IsTopLevel(macWin->winPtr)) {