comparison libvo/mga_common.c @ 23617:ecb7d0fc3dad

Another unneeded xinerama_screen extern
author reimar
date Sun, 24 Jun 2007 10:59:53 +0000
parents 595f9fb80827
children 28dcfa978bad
comparison
equal deleted inserted replaced
23616:f90ddb50ca7f 23617:ecb7d0fc3dad
9 9
10 // mga_vid drawing functions 10 // mga_vid drawing functions
11 static void set_window( void ); /* forward declaration to kill warnings */ 11 static void set_window( void ); /* forward declaration to kill warnings */
12 #ifdef VO_XMGA 12 #ifdef VO_XMGA
13 static void mDrawColorKey( void ); /* forward declaration to kill warnings */ 13 static void mDrawColorKey( void ); /* forward declaration to kill warnings */
14 #ifdef HAVE_XINERAMA
15 extern int xinerama_screen;
16 #endif
17 #endif 14 #endif
18 15
19 static int mga_next_frame=0; 16 static int mga_next_frame=0;
20 17
21 static mga_vid_config_t mga_vid_config; 18 static mga_vid_config_t mga_vid_config;