From 0a342e0492ee88b43f63ec3e3a17c463fad2bf09 Mon Sep 17 00:00:00 2001 From: "SND\\MaddTheSane_cp" Date: Wed, 23 Oct 2013 21:38:13 +0000 Subject: Implement window size setting for PeopsSoftGL on OS X. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87642 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- macosx/plugins/DFXVideo/macsrc/PluginWindowController.h | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'macosx/plugins/DFXVideo/macsrc/PluginWindowController.h') 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 { - IBOutlet NSOpenGLView *glView; - - NSWindow *fullWindow; + IBOutlet NSOpenGLView *glView; + + NSWindow *fullWindow; } +@property BOOL fullscreen; + (id)openGameView; - (PluginGLView *)openGLView; -- (BOOL)fullscreen; -- (void)setFullscreen:(BOOL)flag; @end -- cgit v1.2.3