diff options
author | marc_culler <marc.culler@gmail.com> | 2021-12-20 03:28:32 (GMT) |
---|---|---|
committer | marc_culler <marc.culler@gmail.com> | 2021-12-20 03:28:32 (GMT) |
commit | 82054a7dfb2eda4270d178916eeb775f8c1dddf7 (patch) | |
tree | 894ddf7614a7f42b5b3d737306e468a92f59129c /macosx/tkMacOSXInit.c | |
parent | c78ed6cd94f2aefa3268c4901af10cafae29c3d3 (diff) | |
download | tk-82054a7dfb2eda4270d178916eeb775f8c1dddf7.zip tk-82054a7dfb2eda4270d178916eeb775f8c1dddf7.tar.gz tk-82054a7dfb2eda4270d178916eeb775f8c1dddf7.tar.bz2 |
Remove one more static variable. Now TkWmDeadWindow can clear the drag target if necessary.
Diffstat (limited to 'macosx/tkMacOSXInit.c')
-rw-r--r-- | macosx/tkMacOSXInit.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/macosx/tkMacOSXInit.c b/macosx/tkMacOSXInit.c index d44bea3..d9f3d12 100644 --- a/macosx/tkMacOSXInit.c +++ b/macosx/tkMacOSXInit.c @@ -46,6 +46,7 @@ static int TkMacOSXGetAppPathCmd(ClientData cd, Tcl_Interp *ip, @synthesize tkLiveResizeEnded = _tkLiveResizeEnded; @synthesize tkPointerWindow = _tkPointerWindow; @synthesize tkEventTarget = _tkEventTarget; +@synthesize tkDragTarget = _tkDragTarget; @synthesize tkButtonState = _tkButtonState; @end |