summaryrefslogtreecommitdiff
path: root/macosx/plugins/DFXVideo/macsrc/drawgl.m
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/plugins/DFXVideo/macsrc/drawgl.m')
-rw-r--r--macosx/plugins/DFXVideo/macsrc/drawgl.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/plugins/DFXVideo/macsrc/drawgl.m b/macosx/plugins/DFXVideo/macsrc/drawgl.m
index 81f5f32e..18d3762a 100644
--- a/macosx/plugins/DFXVideo/macsrc/drawgl.m
+++ b/macosx/plugins/DFXVideo/macsrc/drawgl.m
@@ -114,7 +114,7 @@ unsigned long ulInitDisplay(void) // OPEN GAME WINDOW
}
PluginWindowController *windowController = [PluginWindowController openGameView];
- glView = [windowController getOpenGLView];
+ glView = [windowController openGLView];
NSString *title = [NSString stringWithCString:pCaptionText encoding:NSUTF8StringEncoding];
[[windowController window] setTitle:title];