diff options
| author | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-08-21 23:32:19 +0000 |
|---|---|---|
| committer | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-08-21 23:32:19 +0000 |
| commit | 3480eebf5552abfc29d20ccfb8d78e04d5e342f2 (patch) | |
| tree | c0dbe0bcce6cc9335be92e4ec0e6d915e1317384 /macosx/plugins | |
| parent | de13f7dcbaa84255fa578aafe862f90c46225a01 (diff) | |
| download | pcsxr-3480eebf5552abfc29d20ccfb8d78e04d5e342f2.tar.gz | |
Fix compiling issue.
A few indentation changes in the Mac section of the XGL plug-in.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@86809 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'macosx/plugins')
| -rwxr-xr-x | macosx/plugins/DFSound/macsrc/PluginController.m | 1 | ||||
| -rwxr-xr-x | macosx/plugins/DFXVideo/macsrc/drawgl.m | 36 |
2 files changed, 18 insertions, 19 deletions
diff --git a/macosx/plugins/DFSound/macsrc/PluginController.m b/macosx/plugins/DFSound/macsrc/PluginController.m index fa6fbc97..88d23d03 100755 --- a/macosx/plugins/DFSound/macsrc/PluginController.m +++ b/macosx/plugins/DFSound/macsrc/PluginController.m @@ -43,7 +43,6 @@ extern char* PLUGLOC(char* toloc); #define PrefsKey APP_ID @" Settings" static SPUPluginController *pluginController = nil; -char * pConfigFile=NULL; void DoAbout() { diff --git a/macosx/plugins/DFXVideo/macsrc/drawgl.m b/macosx/plugins/DFXVideo/macsrc/drawgl.m index efccb132..3f768307 100755 --- a/macosx/plugins/DFXVideo/macsrc/drawgl.m +++ b/macosx/plugins/DFXVideo/macsrc/drawgl.m @@ -29,25 +29,25 @@ // misc globals //////////////////////////////////////////////////////////////////////////////////// -int iResX; -int iResY; -long lLowerpart; -BOOL bIsFirstFrame = TRUE; -BOOL bCheckMask=FALSE; -unsigned short sSetMask=0; -unsigned long lSetMask=0; -int iDesktopCol=16; -int iShowFPS=0; -int iWinSize; -int iUseScanLines=0; -int iUseNoStretchBlt=0; -int iFastFwd=0; -int iDebugMode=0; -int iFVDisplay=0; -PSXPoint_t ptCursorPoint[8]; -unsigned short usCursorActive=0; +int iResX; +int iResY; +long lLowerpart; +BOOL bIsFirstFrame = TRUE; +BOOL bCheckMask=FALSE; +unsigned short sSetMask=0; +unsigned long lSetMask=0; +int iDesktopCol=16; +int iShowFPS=0; +int iWinSize; +int iUseScanLines=0; +int iUseNoStretchBlt=0; +int iFastFwd=0; +int iDebugMode=0; +int iFVDisplay=0; +PSXPoint_t ptCursorPoint[8]; +unsigned short usCursorActive=0; char * Xpixels; -char * pCaptionText; +char * pCaptionText; //static PluginWindowController *windowController; static PluginGLView *glView; |
