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.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/macosx/plugins/DFXVideo/macsrc/PluginWindowController.h b/macosx/plugins/DFXVideo/macsrc/PluginWindowController.h
index b8eccf4a..f149eb55 100755
--- a/macosx/plugins/DFXVideo/macsrc/PluginWindowController.h
+++ b/macosx/plugins/DFXVideo/macsrc/PluginWindowController.h
@@ -28,14 +28,13 @@ extern PluginWindowController *gameController;
@interface PluginWindowController : NSWindowController <NSWindowDelegate>
{
- IBOutlet NSOpenGLView *glView;
-
- NSWindow *fullWindow;
+ IBOutlet NSOpenGLView *glView;
+
+ NSWindow *fullWindow;
}
+@property BOOL fullscreen;
+ (id)openGameView;
- (PluginGLView *)openGLView;
-- (BOOL)fullscreen;
-- (void)setFullscreen:(BOOL)flag;
@end