summaryrefslogtreecommitdiff
path: root/macosx/plugins/PeopsXgl/macsrc/PluginWindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/plugins/PeopsXgl/macsrc/PluginWindow.h')
-rwxr-xr-xmacosx/plugins/PeopsXgl/macsrc/PluginWindow.h2
1 files changed, 1 insertions, 1 deletions
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;