aboutsummaryrefslogtreecommitdiffstats
path: root/pugl/detail/mac.h
diff options
context:
space:
mode:
Diffstat (limited to 'pugl/detail/mac.h')
-rw-r--r--pugl/detail/mac.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/pugl/detail/mac.h b/pugl/detail/mac.h
index 8146373..f8cfbed 100644
--- a/pugl/detail/mac.h
+++ b/pugl/detail/mac.h
@@ -50,6 +50,11 @@
@end
+struct PuglWorldInternalsImpl {
+ NSApplication* app;
+ NSAutoreleasePool* autoreleasePool;
+};
+
struct PuglInternalsImpl {
NSApplication* app;
PuglWrapperView* wrapperView;