summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXPrivate.h
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2016-02-09 18:43:52 (GMT)
committerdgp <dgp@users.sourceforge.net>2016-02-09 18:43:52 (GMT)
commit77c0bc32154c03e49b39ad66e676999e29b66a2c (patch)
treeda2ea54eebc27b5b2601fd217019bc0eae04c6c2 /macosx/tkMacOSXPrivate.h
parentb2bb8f7366e971a698d64610c5d30fa31f414ca1 (diff)
parent8f151700b10bf8811876305e284738707d4ad237 (diff)
downloadtk-77c0bc32154c03e49b39ad66e676999e29b66a2c.zip
tk-77c0bc32154c03e49b39ad66e676999e29b66a2c.tar.gz
tk-77c0bc32154c03e49b39ad66e676999e29b66a2c.tar.bz2
merge trunk
Diffstat (limited to 'macosx/tkMacOSXPrivate.h')
-rw-r--r--macosx/tkMacOSXPrivate.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/macosx/tkMacOSXPrivate.h b/macosx/tkMacOSXPrivate.h
index 2a411f6..65d60ce 100644
--- a/macosx/tkMacOSXPrivate.h
+++ b/macosx/tkMacOSXPrivate.h
@@ -276,6 +276,10 @@ VISIBILITY_HIDDEN
NSArray *_defaultHelpMenuItems;
NSWindow *_windowWithMouse;
NSAutoreleasePool *_mainPool;
+#ifdef __i386__
+ /* The Objective C runtime used on i386 requires this. */
+ BOOL _poolProtected;
+#endif
}
@property BOOL poolProtected;
@end