summaryrefslogtreecommitdiffstats
path: root/osdep/getch2.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-07-02 14:04:36 +0200
committerwm4 <wm4@nowhere>2013-07-02 14:11:31 +0200
commitd603e73c24d6d7ad08a54c10d16c83d93b01a007 (patch)
tree1ff7c913e0c198961f23ddcbc2e271ce9ed2fe16 /osdep/getch2.h
parent70a8079c8e0109eb89db3f3278be2a75a710c95e (diff)
downloadmpv-d603e73c24d6d7ad08a54c10d16c83d93b01a007.tar.bz2
mpv-d603e73c24d6d7ad08a54c10d16c83d93b01a007.tar.xz
core: cleanup more mp_fifo leftovers
Now only the OSX and Wayland parts are using this.
Diffstat (limited to 'osdep/getch2.h')
-rw-r--r--osdep/getch2.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/osdep/getch2.h b/osdep/getch2.h
index 5a04c4228e..4dc3b29dce 100644
--- a/osdep/getch2.h
+++ b/osdep/getch2.h
@@ -49,8 +49,8 @@ void getch2_disable(void);
void getch2_poll(void);
/* Read a character or a special key code (see keycodes.h) */
-struct mp_fifo;
-bool getch2(struct mp_fifo *fifo);
+struct input_ctx;
+bool getch2(struct input_ctx *ictx);
#if defined(__MINGW32__)
// slave cmd function for Windows