From 4fc8dcde2ae1525c8ea52d04ed0e7768decf901a Mon Sep 17 00:00:00 2001 From: FRAU KOUJIRO Date: Tue, 15 Apr 2014 19:33:58 -0700 Subject: cocoa: move set_input_context to macosx_events --- osdep/macosx_events.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'osdep/macosx_events.h') diff --git a/osdep/macosx_events.h b/osdep/macosx_events.h index a4b122f534..f3dfbdfea4 100644 --- a/osdep/macosx_events.h +++ b/osdep/macosx_events.h @@ -21,6 +21,8 @@ #define MACOSX_EVENTS_H #include "input/keycodes.h" +struct input_ctx; + void cocoa_put_key(int keycode); void cocoa_put_key_with_modifiers(int keycode, int modifiers); @@ -30,4 +32,6 @@ void cocoa_uninit_apple_remote(void); void cocoa_init_media_keys(void); void cocoa_uninit_media_keys(void); +void cocoa_set_input_context(struct input_ctx *input_context); + #endif -- cgit v1.2.3