summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXInt.h
diff options
context:
space:
mode:
authorculler <culler>2018-11-15 17:09:15 (GMT)
committerculler <culler>2018-11-15 17:09:15 (GMT)
commitda66d37ceb937a37d127756a86d8ee52abbbd398 (patch)
tree4fa17449e329da7927974cb12a5df6dffc96da71 /macosx/tkMacOSXInt.h
parent00f20fd81a83e661ed54055ab50cbfbf2ab10fd3 (diff)
parent13080bd706087870892fd7275ef8df1693e26626 (diff)
downloadtk-da66d37ceb937a37d127756a86d8ee52abbbd398.zip
tk-da66d37ceb937a37d127756a86d8ee52abbbd398.tar.gz
tk-da66d37ceb937a37d127756a86d8ee52abbbd398.tar.bz2
Use a better method for making test images on the mac emulate test images on other platforms.
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 4e1e689..d942286 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 void TkTestSimulateDrawing(Bool);
+MODULE_SCOPE Bool TkTestAppIsDrawing(void);
/*
* Include the stubbed internal platform-specific API.