From 0a350e09575dda4ad7c5bb21c5fe5edc659f1d59 Mon Sep 17 00:00:00 2001 From: "SND\\MaddTheSane_cp" Date: Mon, 21 Jul 2014 20:24:55 +0000 Subject: OS X: Modernize the Cocoa code using Xcode 6. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@91019 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- macosx/plugins/PeopsXgl/macsrc/PluginWindow.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'macosx/plugins/PeopsXgl/macsrc/PluginWindow.h') diff --git a/macosx/plugins/PeopsXgl/macsrc/PluginWindow.h b/macosx/plugins/PeopsXgl/macsrc/PluginWindow.h index c2e232cb..ad4a2b18 100755 --- a/macosx/plugins/PeopsXgl/macsrc/PluginWindow.h +++ b/macosx/plugins/PeopsXgl/macsrc/PluginWindow.h @@ -25,7 +25,7 @@ NSPoint initialLocation; } -- (BOOL) canBecomeKeyWindow; // to stop the beeping +@property (readonly) BOOL canBecomeKeyWindow; // to stop the beeping - (void) sendEvent:(NSEvent *)theEvent; - (void) windowDidResize:(NSNotification*)notice; -- cgit v1.2.3