diff options
author | culler <culler> | 2024-05-20 23:04:54 (GMT) |
---|---|---|
committer | culler <culler> | 2024-05-20 23:04:54 (GMT) |
commit | 080aeeed22a914bdf8f1de650e6a4f2c34824104 (patch) | |
tree | 0dde303bcafe1329a7211372f985052376893605 /macosx | |
parent | 32eb23bc4d60fab1c8691f1afce5a10a05c70365 (diff) | |
download | tk-080aeeed22a914bdf8f1de650e6a4f2c34824104.zip tk-080aeeed22a914bdf8f1de650e6a4f2c34824104.tar.gz tk-080aeeed22a914bdf8f1de650e6a4f2c34824104.tar.bz2 |
Restore the call to TkPointerDeadWindow - Windows needs it; probably macOS does too.
Diffstat (limited to 'macosx')
-rw-r--r-- | macosx/tkMacOSXSubwindows.c | 1 |
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)) { |