summaryrefslogtreecommitdiffstats
path: root/cfg-mplayer.h
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 /cfg-mplayer.h
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 'cfg-mplayer.h')
-rw-r--r--cfg-mplayer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cfg-mplayer.h b/cfg-mplayer.h
index 8d8136231a..05a95eede1 100644
--- a/cfg-mplayer.h
+++ b/cfg-mplayer.h
@@ -4,6 +4,8 @@
#include "cfg-common.h"
+extern int key_fifo_size;
+extern unsigned doubleclick_time;
extern int noconsolecontrols;
#if defined(HAVE_FBDEV)||defined(HAVE_VESA)