summaryrefslogtreecommitdiff
path: root/pugl/pugl_osx.m
diff options
context:
space:
mode:
Diffstat (limited to 'pugl/pugl_osx.m')
-rw-r--r--pugl/pugl_osx.m4
1 files changed, 2 insertions, 2 deletions
diff --git a/pugl/pugl_osx.m b/pugl/pugl_osx.m
index 285d299..2480898 100644
--- a/pugl/pugl_osx.m
+++ b/pugl/pugl_osx.m
@@ -365,8 +365,8 @@ puglCreate(PuglNativeWindow parent,
[window setPuglview:view];
[window setTitle:titleString];
- impl->glview = [PuglOpenGLView new];
- impl->window = window;
+ impl->glview = [PuglOpenGLView new];
+ impl->window = window;
impl->glview->puglview = view;
[window setContentView:impl->glview];