summaryrefslogtreecommitdiffstats
path: root/libvo/x11_common.c
diff options
context:
space:
mode:
authorrathann <rathann@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-03-29 17:16:11 +0000
committerrathann <rathann@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-03-29 17:16:11 +0000
commit259cfbe7e23f353d15291875b70663517e973377 (patch)
tree3fd490d7182022d324b120a4bebb9433144d2f42 /libvo/x11_common.c
parent929e2c51efc4e9d7b6dcd61dbd3b9c60a27dacd7 (diff)
downloadmpv-259cfbe7e23f353d15291875b70663517e973377.tar.bz2
mpv-259cfbe7e23f353d15291875b70663517e973377.tar.xz
Code cleanup: don't include a .c file in mplayer.c and fix a few
"implicit declaration of function ‘mplayer_put_key’" warnings Based on Attila's suggestions. Approved by Uoti and Ivan. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22841 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/x11_common.c')
-rw-r--r--libvo/x11_common.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libvo/x11_common.c b/libvo/x11_common.c
index 3b2b821c0d..42f1bfd143 100644
--- a/libvo/x11_common.c
+++ b/libvo/x11_common.c
@@ -6,6 +6,7 @@
#include "config.h"
#include "mp_msg.h"
+#include "mp_fifo.h"
#include "x11_common.h"
#ifdef X11_FULLSCREEN
@@ -557,8 +558,6 @@ void vo_uninit(void)
#include "osdep/keycodes.h"
#include "wskeys.h"
-extern void mplayer_put_key(int code);
-
#ifdef XF86XK_AudioPause
static void vo_x11_putkey_ext(int keysym)
{