diff options
author | culler <culler> | 2024-05-19 21:38:16 (GMT) |
---|---|---|
committer | culler <culler> | 2024-05-19 21:38:16 (GMT) |
commit | 5a43993cb3259453bb802dfbb09cd9d88afd3201 (patch) | |
tree | a8c59ba2d979cc9216a335aa56b96c058e61a56f /macosx/tkMacOSXSubwindows.c | |
parent | 7312614099fe545740036db6a632e1cdebc04e88 (diff) | |
download | tk-5a43993cb3259453bb802dfbb09cd9d88afd3201.zip tk-5a43993cb3259453bb802dfbb09cd9d88afd3201.tar.gz tk-5a43993cb3259453bb802dfbb09cd9d88afd3201.tar.bz2 |
Remove call to TkPointerDeadWindow in macOS and simplify 9.13 so it tests the same thing but fails less often.
Diffstat (limited to 'macosx/tkMacOSXSubwindows.c')
-rw-r--r-- | macosx/tkMacOSXSubwindows.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/macosx/tkMacOSXSubwindows.c b/macosx/tkMacOSXSubwindows.c index fb71a0c..b3eab4a 100644 --- a/macosx/tkMacOSXSubwindows.c +++ b/macosx/tkMacOSXSubwindows.c @@ -62,7 +62,6 @@ XDestroyWindow( * deleting is being tracked by the grab code. */ - TkPointerDeadWindow(macWin->winPtr); TkMacOSXSelDeadWindow(macWin->winPtr); macWin->toplevel->referenceCount--; |