summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXNotify.c
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2019-08-27 13:42:08 (GMT)
committerfvogel <fvogelnew1@free.fr>2019-08-27 13:42:08 (GMT)
commit429c8a72347ca9ebb7de8accce5214103886e021 (patch)
treea7ba56fc13f6c53ff31a6d5c1e9213af264943ae /macosx/tkMacOSXNotify.c
parentd4ee00e26e9b7ab6c7eb33ef4c8e1c29ff73aa1e (diff)
downloadtk-429c8a72347ca9ebb7de8accce5214103886e021.zip
tk-429c8a72347ca9ebb7de8accce5214103886e021.tar.gz
tk-429c8a72347ca9ebb7de8accce5214103886e021.tar.bz2
macOS: Rename TkMacOSXGetCapture --> TkpGetCapture, and regenerate stubs.
Diffstat (limited to 'macosx/tkMacOSXNotify.c')
-rw-r--r--macosx/tkMacOSXNotify.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/tkMacOSXNotify.c b/macosx/tkMacOSXNotify.c
index 7267b00..535cd9e 100644
--- a/macosx/tkMacOSXNotify.c
+++ b/macosx/tkMacOSXNotify.c
@@ -173,7 +173,7 @@ GetRunLoopMode(NSModalSession modalSession)
if (modalSession) {
runLoopMode = NSModalPanelRunLoopMode;
- } else if (TkMacOSXGetCapture()) {
+ } else if (TkpGetCapture()) {
runLoopMode = NSEventTrackingRunLoopMode;
}
if (!runLoopMode) {