summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Walzer <kw@codebykevin.com>2019-05-12 00:55:11 (GMT)
committerKevin Walzer <kw@codebykevin.com>2019-05-12 00:55:11 (GMT)
commit968b1a50997b2e3cede917c2a95ea5af549cf105 (patch)
treea76da6f38890ab0301fde5b0a030b44371f5b081
parent6afdeb158fd4db0979dc784e14ec3edf8a00c4dc (diff)
downloadtk-968b1a50997b2e3cede917c2a95ea5af549cf105.zip
tk-968b1a50997b2e3cede917c2a95ea5af549cf105.tar.gz
tk-968b1a50997b2e3cede917c2a95ea5af549cf105.tar.bz2
More tweaking
-rw-r--r--macosx/tkMacOSXPrivate.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/macosx/tkMacOSXPrivate.h b/macosx/tkMacOSXPrivate.h
index f2df6e6..8398a5e 100644
--- a/macosx/tkMacOSXPrivate.h
+++ b/macosx/tkMacOSXPrivate.h
@@ -343,6 +343,7 @@ VISIBILITY_HIDDEN
Bool _needsRedisplay;
#endif
}
+@property Bool needsRedisplay;
@end
@interface TKContentView(TKKeyEvent)