comparison libvo/w32_common.c @ 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 8f95e2a3c797
children 58bd3640c0c2
comparison
equal deleted inserted replaced
22822:79cac4f79e36 22823:98eaf29b5dee
8 #include "input/mouse.h" 8 #include "input/mouse.h"
9 #include "mp_msg.h" 9 #include "mp_msg.h"
10 #include "video_out.h" 10 #include "video_out.h"
11 #include "aspect.h" 11 #include "aspect.h"
12 #include "w32_common.h" 12 #include "w32_common.h"
13 13 #include "mp_fifo.h"
14 extern void mplayer_put_key(int code); 14
15 extern int enable_mouse_movements; 15 extern int enable_mouse_movements;
16 16
17 #ifndef MONITOR_DEFAULTTOPRIMARY 17 #ifndef MONITOR_DEFAULTTOPRIMARY
18 #define MONITOR_DEFAULTTOPRIMARY 1 18 #define MONITOR_DEFAULTTOPRIMARY 1
19 #endif 19 #endif