summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXPrivate.h
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2016-02-03 19:22:19 (GMT)
committerdgp <dgp@users.sourceforge.net>2016-02-03 19:22:19 (GMT)
commitc8f626a51dd7139e69c1c685e6431046e548bad0 (patch)
treeb7364b344b03b3b47c830f315b046a566fbf755e /macosx/tkMacOSXPrivate.h
parentd9bac150627c28d4fab62f85a2696cc87911946d (diff)
parent098b03f8f4259f1767486350c21f5b7e11a6e06b (diff)
downloadtk-c8f626a51dd7139e69c1c685e6431046e548bad0.zip
tk-c8f626a51dd7139e69c1c685e6431046e548bad0.tar.gz
tk-c8f626a51dd7139e69c1c685e6431046e548bad0.tar.bz2
merge 8.5
Diffstat (limited to 'macosx/tkMacOSXPrivate.h')
-rw-r--r--macosx/tkMacOSXPrivate.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/macosx/tkMacOSXPrivate.h b/macosx/tkMacOSXPrivate.h
index e635020..d892f4e 100644
--- a/macosx/tkMacOSXPrivate.h
+++ b/macosx/tkMacOSXPrivate.h
@@ -274,6 +274,9 @@ VISIBILITY_HIDDEN
NSArray *_defaultHelpMenuItems;
NSWindow *_windowWithMouse;
NSAutoreleasePool *_mainPool;
+#ifdef __i386__
+ BOOL _poolProtected;
+#endif
}
@property BOOL poolProtected;
@end