summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXInt.h
diff options
context:
space:
mode:
authorculler <culler>2018-11-05 16:03:56 (GMT)
committerculler <culler>2018-11-05 16:03:56 (GMT)
commit31f82fb5b5ae52d1893a87e7a5a83c0e9eae2f58 (patch)
tree55a223472c4e168f0c0b29d3aa178a70c75b629f /macosx/tkMacOSXInt.h
parentb236ac696bc5e78bb9aa87505d01d388b1b8cb07 (diff)
downloadtk-31f82fb5b5ae52d1893a87e7a5a83c0e9eae2f58.zip
tk-31f82fb5b5ae52d1893a87e7a5a83c0e9eae2f58.tar.gz
tk-31f82fb5b5ae52d1893a87e7a5a83c0e9eae2f58.tar.bz2
Make XSync, and hence update, be synchronous so test results are consistent. Fix duplicate
reports of calls to the test image displayProc.
Diffstat (limited to 'macosx/tkMacOSXInt.h')
-rw-r--r--macosx/tkMacOSXInt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/tkMacOSXInt.h b/macosx/tkMacOSXInt.h
index 09fbed3..6108383 100644
--- a/macosx/tkMacOSXInt.h
+++ b/macosx/tkMacOSXInt.h
@@ -200,7 +200,7 @@ MODULE_SCOPE void TkpReleaseRegion(TkRegion r);
MODULE_SCOPE void TkpShiftButton(NSButton *button, NSPoint delta);
MODULE_SCOPE Bool TkpAppIsDrawing(void);
MODULE_SCOPE void TkpDisplayWindow(Tk_Window tkwin);
-
+MODULE_SCOPE NSString* GetRunLoopMode(NSModalSession modalSession);
/*
* Include the stubbed internal platform-specific API.
*/