summaryrefslogtreecommitdiffstats
path: root/osdep/macosx_application.h
diff options
context:
space:
mode:
authorStefano Pigozzi <stefano.pigozzi@gmail.com>2013-07-03 22:19:26 +0200
committerStefano Pigozzi <stefano.pigozzi@gmail.com>2013-07-03 22:25:45 +0200
commit8af51bd3fe671b9e43dae16250cc2cf9379d60ef (patch)
tree4e90fcf98c3e20f64580a06b782588d1f068df91 /osdep/macosx_application.h
parent56b9dcaabb03498c2ec8e5a00b048582cba0c732 (diff)
downloadmpv-8af51bd3fe671b9e43dae16250cc2cf9379d60ef.tar.bz2
mpv-8af51bd3fe671b9e43dae16250cc2cf9379d60ef.tar.xz
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.
Diffstat (limited to 'osdep/macosx_application.h')
-rw-r--r--osdep/macosx_application.h2
1 files changed, 0 insertions, 2 deletions
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);