summaryrefslogtreecommitdiff
path: root/macosx/plugins/DFXVideo/macsrc/PluginWindowController.h
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/plugins/DFXVideo/macsrc/PluginWindowController.h')
-rwxr-xr-xmacosx/plugins/DFXVideo/macsrc/PluginWindowController.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/macosx/plugins/DFXVideo/macsrc/PluginWindowController.h b/macosx/plugins/DFXVideo/macsrc/PluginWindowController.h
index 3d5d89e0..2ac5cc21 100755
--- a/macosx/plugins/DFXVideo/macsrc/PluginWindowController.h
+++ b/macosx/plugins/DFXVideo/macsrc/PluginWindowController.h
@@ -27,13 +27,9 @@ extern NSWindow *gameWindow;
extern PluginWindowController *gameController;
@interface PluginWindowController : NSWindowController <NSWindowDelegate>
-{
- IBOutlet NSOpenGLView *glView;
-
- NSWindow *fullWindow;
-}
-@property (getter = isFullscreen) BOOL fullscreen;
+@property (getter = isFullscreen) BOOL fullscreen;
+@property (weak) IBOutlet NSOpenGLView *glView;
+ (id)openGameView;
- (PluginGLView *)openGLView;