From 8af51bd3fe671b9e43dae16250cc2cf9379d60ef Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Wed, 3 Jul 2013 22:19:26 +0200 Subject: cocoa: remove usage of mp_fifo Update Cocoa parts to remove usage of the mp_fifo internal API to send events to the core and use the input context directly. This is to follow commits the work in commits 70a8079c and d603e73c. --- osdep/macosx_application.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'osdep/macosx_application.h') diff --git a/osdep/macosx_application.h b/osdep/macosx_application.h index 0334771892..f9fca4b334 100644 --- a/osdep/macosx_application.h +++ b/osdep/macosx_application.h @@ -20,7 +20,6 @@ #define MPV_MACOSX_APPLICATION struct input_ctx; -struct mp_fifo; typedef int (*mpv_main_fn)(int, char**); @@ -48,7 +47,6 @@ void cocoa_stop_runloop(void); void cocoa_post_fake_event(void); void cocoa_set_input_context(struct input_ctx *input_context); -void cocoa_set_key_fifo(struct mp_fifo *key_fifo); void macosx_finder_args_preinit(int *argc, char ***argv); -- cgit v1.2.3