summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXPrivate.h
diff options
context:
space:
mode:
authorKevin Walzer <kw@codebykevin.com>2014-11-18 14:46:46 (GMT)
committerKevin Walzer <kw@codebykevin.com>2014-11-18 14:46:46 (GMT)
commit0e22d8ae3dcf3f15ae9df9bab55581868f8dbf5a (patch)
tree0abc8b043398f96c58d8c121f612826785a992be /macosx/tkMacOSXPrivate.h
parent47855ace43a7f946266bfc62a9cb919d478c9580 (diff)
downloadtk-0e22d8ae3dcf3f15ae9df9bab55581868f8dbf5a.zip
tk-0e22d8ae3dcf3f15ae9df9bab55581868f8dbf5a.tar.gz
tk-0e22d8ae3dcf3f15ae9df9bab55581868f8dbf5a.tar.bz2
Remove residual private API calls from Tk/Mac after Mac App Store review flagged them as being present.
Diffstat (limited to 'macosx/tkMacOSXPrivate.h')
-rw-r--r--macosx/tkMacOSXPrivate.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/macosx/tkMacOSXPrivate.h b/macosx/tkMacOSXPrivate.h
index adc7106..599317d 100644
--- a/macosx/tkMacOSXPrivate.h
+++ b/macosx/tkMacOSXPrivate.h
@@ -326,6 +326,7 @@ VISIBILITY_HIDDEN
BOOL _subviewsSetAside;
#endif
NSString *privateWorkingText;
+ BOOL _in_event;
}
@end