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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pugl/detail/mac.h b/pugl/detail/mac.h
index 5bc1a2e..9e34ae8 100644
--- a/pugl/detail/mac.h
+++ b/pugl/detail/mac.h
@@ -60,6 +60,6 @@ struct PuglInternalsImpl {
NSApplication* app;
PuglWrapperView* wrapperView;
NSView* drawView;
- id window;
+ PuglWindow* window;
uint32_t mods;
};