summaryrefslogtreecommitdiffstats
path: root/osdep/macosx_events.h
diff options
context:
space:
mode:
Diffstat (limited to 'osdep/macosx_events.h')
-rw-r--r--osdep/macosx_events.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/osdep/macosx_events.h b/osdep/macosx_events.h
index f3dfbdfea4..34d653c3de 100644
--- a/osdep/macosx_events.h
+++ b/osdep/macosx_events.h
@@ -26,6 +26,8 @@ struct input_ctx;
void cocoa_put_key(int keycode);
void cocoa_put_key_with_modifiers(int keycode, int modifiers);
+void cocoa_start_event_monitor(void);
+
void cocoa_init_apple_remote(void);
void cocoa_uninit_apple_remote(void);