summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXWindowEvent.c
diff options
context:
space:
mode:
authorculler <culler>2018-10-24 22:39:17 (GMT)
committerculler <culler>2018-10-24 22:39:17 (GMT)
commit9faca00371cc0231532c6b3fb8ee5a3acc4faeef (patch)
treee1600c26e46414f771991e05d4a337ee5a436e24 /macosx/tkMacOSXWindowEvent.c
parentddb5db1e6f025f1852420243feca27d491051596 (diff)
downloadtk-9faca00371cc0231532c6b3fb8ee5a3acc4faeef.zip
tk-9faca00371cc0231532c6b3fb8ee5a3acc4faeef.tar.gz
tk-9faca00371cc0231532c6b3fb8ee5a3acc4faeef.tar.bz2
Try adding an extra display of the Text widget when it syncs, without making the tests get too much worse on Mojave.
Diffstat (limited to 'macosx/tkMacOSXWindowEvent.c')
-rw-r--r--macosx/tkMacOSXWindowEvent.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/macosx/tkMacOSXWindowEvent.c b/macosx/tkMacOSXWindowEvent.c
index f659ad5..5495c9a 100644
--- a/macosx/tkMacOSXWindowEvent.c
+++ b/macosx/tkMacOSXWindowEvent.c
@@ -297,7 +297,7 @@ extern NSString *NSWindowDidOrderOffScreenNotification;
/*
*----------------------------------------------------------------------
*
- * TkpMacOSXAppIsDrawing --
+ * TkpAppIsDrawing --
*
* A widget display procedure can call this to determine whether it
* is being run inside of the drawRect method. This is needed for
@@ -314,7 +314,7 @@ extern NSString *NSWindowDidOrderOffScreenNotification;
*----------------------------------------------------------------------
*/
MODULE_SCOPE Bool
-TkpMacOSXAppIsDrawing(void) {
+TkpAppIsDrawing(void) {
return [NSApp isDrawing];
}