diff options
author | culler <culler> | 2020-07-24 21:21:47 (GMT) |
---|---|---|
committer | culler <culler> | 2020-07-24 21:21:47 (GMT) |
commit | 9c3c347b22063ccdb5d7dc9d9bdffd69962f7844 (patch) | |
tree | c437ecce8d5651de99870e65317728a95ccfa764 /macosx/tkMacOSXInit.c | |
parent | a965e9c43e2e9889b4cb3581bc91221c087a7c25 (diff) | |
download | tk-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.c | 1 |
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 /* |