diff options
author | marc_culler <marc.culler@gmail.com> | 2020-07-12 20:50:12 (GMT) |
---|---|---|
committer | marc_culler <marc.culler@gmail.com> | 2020-07-12 20:50:12 (GMT) |
commit | af7543d7737a8987f2a209471913e6bbf4106b78 (patch) | |
tree | ea2375cfb455f4f7c7539513cb0873c4d506700c /macosx/tkMacOSXNotify.c | |
parent | 3ebf832d92b4ac8ff72989f40f59146eb3fc6f67 (diff) | |
download | tk-af7543d7737a8987f2a209471913e6bbf4106b78.zip tk-af7543d7737a8987f2a209471913e6bbf4106b78.tar.gz tk-af7543d7737a8987f2a209471913e6bbf4106b78.tar.bz2 |
Process timer events as well as idle events in some of the inner event loops used by Tk
Diffstat (limited to 'macosx/tkMacOSXNotify.c')
-rw-r--r-- | macosx/tkMacOSXNotify.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/macosx/tkMacOSXNotify.c b/macosx/tkMacOSXNotify.c index a4a1125..00db7d6 100644 --- a/macosx/tkMacOSXNotify.c +++ b/macosx/tkMacOSXNotify.c @@ -530,9 +530,7 @@ TkMacOSXEventsCheckProc( * Generate Xevents. */ - int oldServiceMode = Tcl_SetServiceMode(TCL_SERVICE_ALL); NSEvent *processedEvent = [NSApp tkProcessEvent:currentEvent]; - Tcl_SetServiceMode(oldServiceMode); if (processedEvent) { eventsFound++; |