summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXWm.c
diff options
context:
space:
mode:
authormarc_culler <marc.culler@gmail.com>2021-11-20 16:34:37 (GMT)
committermarc_culler <marc.culler@gmail.com>2021-11-20 16:34:37 (GMT)
commitfb22080450503ed89f9ce39e4f7f7165a3e21ec7 (patch)
treef27a8bd0540d0edf2616fd45198505bf901c14bc /macosx/tkMacOSXWm.c
parent4ec144490d8da9b026573ae371644d340e94c44a (diff)
downloadtk-fb22080450503ed89f9ce39e4f7f7165a3e21ec7.zip
tk-fb22080450503ed89f9ce39e4f7f7165a3e21ec7.tar.gz
tk-fb22080450503ed89f9ce39e4f7f7165a3e21ec7.tar.bz2
Trying to receive motion events when the mouse leaves the window.
Diffstat (limited to 'macosx/tkMacOSXWm.c')
-rw-r--r--macosx/tkMacOSXWm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/tkMacOSXWm.c b/macosx/tkMacOSXWm.c
index c70a47a..c065d6c 100644
--- a/macosx/tkMacOSXWm.c
+++ b/macosx/tkMacOSXWm.c
@@ -6243,7 +6243,7 @@ TkMacOSXMakeRealWindowExist(
[window setContentView:contentView];
[contentView release];
[window setDelegate:NSApp];
- [window setAcceptsMouseMovedEvents:YES];
+ [window setAcceptsMouseMovedEvents:NO];
[window setReleasedWhenClosed:NO];
if (styleMask & NSUtilityWindowMask) {
[(TKPanel*)window setFloatingPanel:YES];