diff options
| author | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-11-16 06:29:34 +0000 |
|---|---|---|
| committer | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-11-16 06:29:34 +0000 |
| commit | c9289d55f08d262bfa5495de16b3b17c05a14741 (patch) | |
| tree | c818580112aa75cbf6b5a245f6568d5c9fc4fc81 /macosx/plugins/DFXVideo/macsrc/PluginWindowController.h | |
| parent | 045b73220d0b80b3e911f4dd146a2097b6d2375d (diff) | |
| download | pcsxr-c9289d55f08d262bfa5495de16b3b17c05a14741.tar.gz | |
OS X:
Fixing a few bugs.
Get rid of a few deprecated notices.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87842 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'macosx/plugins/DFXVideo/macsrc/PluginWindowController.h')
| -rwxr-xr-x | macosx/plugins/DFXVideo/macsrc/PluginWindowController.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/plugins/DFXVideo/macsrc/PluginWindowController.h b/macosx/plugins/DFXVideo/macsrc/PluginWindowController.h index f149eb55..3d5d89e0 100755 --- a/macosx/plugins/DFXVideo/macsrc/PluginWindowController.h +++ b/macosx/plugins/DFXVideo/macsrc/PluginWindowController.h @@ -32,7 +32,7 @@ extern PluginWindowController *gameController; NSWindow *fullWindow; } -@property BOOL fullscreen; +@property (getter = isFullscreen) BOOL fullscreen; + (id)openGameView; - (PluginGLView *)openGLView; |
