diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-07-12 15:51:26 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-07-12 15:51:26 (GMT) |
commit | 3ebf832d92b4ac8ff72989f40f59146eb3fc6f67 (patch) | |
tree | dd7cec8f6b4283c39c8c969c3b25980f9c2a20a3 /macosx/tkMacOSXNotify.c | |
parent | 8b94c471d7cb1f24b1e22e5c64f90197d220fbe2 (diff) | |
parent | ce1d35c813ae7774af4bbd3f1cc5d3a1f0c8cac6 (diff) | |
download | tk-3ebf832d92b4ac8ff72989f40f59146eb3fc6f67.zip tk-3ebf832d92b4ac8ff72989f40f59146eb3fc6f67.tar.gz tk-3ebf832d92b4ac8ff72989f40f59146eb3fc6f67.tar.bz2 |
Merge 8.6
Diffstat (limited to 'macosx/tkMacOSXNotify.c')
-rw-r--r-- | macosx/tkMacOSXNotify.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/tkMacOSXNotify.c b/macosx/tkMacOSXNotify.c index 2d25ce1..a4a1125 100644 --- a/macosx/tkMacOSXNotify.c +++ b/macosx/tkMacOSXNotify.c @@ -382,7 +382,7 @@ TkMacOSXDrawAllViews( * TkMacOSXEventsSetupProc -- * * This procedure implements the setup part of the MacOSX event source. It - * is invoked by Tcl_DoOneEvent before calling TkMacOSXEventsProc to + * is invoked by Tcl_DoOneEvent before calling TkMacOSXEventsCheckProc to * process all queued NSEvents. In our case, all we need to do is to set * the Tcl MaxBlockTime to 0 before starting the loop to process all * queued NSEvents. |