summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXInit.c
diff options
context:
space:
mode:
authorculler <culler>2020-07-24 21:21:47 (GMT)
committerculler <culler>2020-07-24 21:21:47 (GMT)
commit9c3c347b22063ccdb5d7dc9d9bdffd69962f7844 (patch)
treec437ecce8d5651de99870e65317728a95ccfa764 /macosx/tkMacOSXInit.c
parenta965e9c43e2e9889b4cb3581bc91221c087a7c25 (diff)
downloadtk-9c3c347b22063ccdb5d7dc9d9bdffd69962f7844.zip
tk-9c3c347b22063ccdb5d7dc9d9bdffd69962f7844.tar.gz
tk-9c3c347b22063ccdb5d7dc9d9bdffd69962f7844.tar.bz2
Fix the build for Snow Leopard. Fix the fontchooser demo.
Diffstat (limited to 'macosx/tkMacOSXInit.c')
-rw-r--r--macosx/tkMacOSXInit.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/macosx/tkMacOSXInit.c b/macosx/tkMacOSXInit.c
index e75a63c..d3c4a0c 100644
--- a/macosx/tkMacOSXInit.c
+++ b/macosx/tkMacOSXInit.c
@@ -34,6 +34,7 @@ static char scriptPath[PATH_MAX + 1] = "";
@synthesize poolLock = _poolLock;
@synthesize macOSVersion = _macOSVersion;
@synthesize isDrawing = _isDrawing;
+@synthesize needsToDraw = _needsToDraw;
@end
/*