diff cfg-mplayer.h @ 22823:98eaf29b5dee

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.
author rathann
date Thu, 29 Mar 2007 17:16:11 +0000
parents dacfc7692083
children 7753555efb15
line wrap: on
line diff
--- a/cfg-mplayer.h	Thu Mar 29 09:27:36 2007 +0000
+++ b/cfg-mplayer.h	Thu Mar 29 17:16:11 2007 +0000
@@ -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)