From b3c099a3146fe08b1f19fbe99fe599d68eb44a72 Mon Sep 17 00:00:00 2001 From: "SND\\MaddTheSane_cp" Date: Wed, 8 Oct 2014 16:32:55 +0000 Subject: 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 --- macosx/plugins/DFInput/macsrc/PadController.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'macosx/plugins/DFInput/macsrc/PadController.h') 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 #import "PadView.h" -@interface PadController : NSWindowController +@interface PadController : NSWindowController { IBOutlet PadView *controllerView; IBOutlet id controllerView1; -- cgit v1.2.3