]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/intf.h
macosx: implement controll support for the Media Keys on Brushed Al Apple keyboards
[vlc] / modules / gui / macosx / intf.h
index 1bbb4d736364049033fbdc6c721c8cce8a189b39..81c71aa16042b574e3f484e995f2582468ffcbc4 100644 (file)
@@ -424,3 +424,17 @@ static void MsgCallback( msg_cb_data_t *, msg_item_t *, unsigned );
 @interface VLCMain (Internal)
 - (void)handlePortMessage:(NSPortMessage *)o_msg;
 @end
+
+/*****************************************************************************
+ * VLCApplication interface
+ *****************************************************************************/
+
+@interface VLCApplication : NSApplication
+{
+    BOOL b_justJumped;
+}
+
+- (void)sendEvent: (NSEvent*)event;
+- (void)resetJump;
+
+@end