summaryrefslogtreecommitdiffstats
path: root/osdep/macosx_events_objc.h
diff options
context:
space:
mode:
Diffstat (limited to 'osdep/macosx_events_objc.h')
-rw-r--r--osdep/macosx_events_objc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/osdep/macosx_events_objc.h b/osdep/macosx_events_objc.h
index efc4e8f7ec..9394fe7160 100644
--- a/osdep/macosx_events_objc.h
+++ b/osdep/macosx_events_objc.h
@@ -20,6 +20,7 @@
#import <Cocoa/Cocoa.h>
#include "osdep/macosx_events.h"
+@class RemoteCommandCenter;
struct input_ctx;
@interface EventsResponder : NSObject
@@ -39,4 +40,6 @@ struct input_ctx;
- (BOOL)handleMPKey:(int)key withMask:(int)mask;
+@property(nonatomic, retain) RemoteCommandCenter *remoteCommandCenter;
+
@end