summaryrefslogtreecommitdiff
path: root/macosx/plugins/DFInput
diff options
context:
space:
mode:
authorSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2013-01-10 04:21:36 +0000
committerSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2013-01-10 04:21:36 +0000
commite66ba25d49a90a20e2465cadeef8e2e83ce291bc (patch)
tree833c327c717ba0c365c7f37de06a61997fcb616b /macosx/plugins/DFInput
parentea7e430219d044b73473dd2782e741f8582688f9 (diff)
downloadpcsxr-e66ba25d49a90a20e2465cadeef8e2e83ce291bc.tar.gz
Setting the Plug-in window controllers' initial value to nil.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@82168 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'macosx/plugins/DFInput')
-rwxr-xr-xmacosx/plugins/DFInput/macsrc/PadController.m4
1 files changed, 2 insertions, 2 deletions
diff --git a/macosx/plugins/DFInput/macsrc/PadController.m b/macosx/plugins/DFInput/macsrc/PadController.m
index 88fdeb83..1479b35a 100755
--- a/macosx/plugins/DFInput/macsrc/PadController.m
+++ b/macosx/plugins/DFInput/macsrc/PadController.m
@@ -23,8 +23,8 @@
#import "PadController.h"
#include "pad.h"
-static NSWindow *padWindow;
-static PadController *padController;
+static NSWindow *padWindow = nil;
+static PadController *padController = nil;
#define APP_ID @"net.pcsxr.DFInputPlugin"