summaryrefslogtreecommitdiff
path: root/macosx/plugins/DFInput/macsrc/PadController.h
diff options
context:
space:
mode:
authorSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2014-10-08 16:32:55 +0000
committerSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2014-10-08 16:32:55 +0000
commitb3c099a3146fe08b1f19fbe99fe599d68eb44a72 (patch)
tree212b1a7ecaf477f64f233e3455ad3536e9a9bc70 /macosx/plugins/DFInput/macsrc/PadController.h
parent0abe31f6408ce246c5d972b3cbfce792c67e2c70 (diff)
downloadpcsxr-b3c099a3146fe08b1f19fbe99fe599d68eb44a72.tar.gz
OS X: DFInput fixes:
Set the window delegate from the nib, instead of relying on setting the notifications by NSNotificationCenter. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@91801 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'macosx/plugins/DFInput/macsrc/PadController.h')
-rwxr-xr-xmacosx/plugins/DFInput/macsrc/PadController.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/plugins/DFInput/macsrc/PadController.h b/macosx/plugins/DFInput/macsrc/PadController.h
index bc99f82a..4e56a206 100755
--- a/macosx/plugins/DFInput/macsrc/PadController.h
+++ b/macosx/plugins/DFInput/macsrc/PadController.h
@@ -24,7 +24,7 @@
#import <Cocoa/Cocoa.h>
#import "PadView.h"
-@interface PadController : NSWindowController
+@interface PadController : NSWindowController <NSWindowDelegate>
{
IBOutlet PadView *controllerView;
IBOutlet id controllerView1;