[MPlayer-cvslog] r23636 - trunk/libvo/vo_xover.c

reimar subversion at mplayerhq.hu
Sun Jun 24 12:51:06 CEST 2007


Author: reimar
Date: Sun Jun 24 12:51:06 2007
New Revision: 23636

Log:
xinerama_screen is already declared in video_out.h


Modified:
   trunk/libvo/vo_xover.c

Modified: trunk/libvo/vo_xover.c
==============================================================================
--- trunk/libvo/vo_xover.c	(original)
+++ trunk/libvo/vo_xover.c	Sun Jun 24 12:51:06 2007
@@ -67,10 +67,6 @@ static uint32_t window_width, window_hei
 static uint32_t drwX, drwY, drwWidth, drwHeight, drwBorderWidth,
     drwDepth, drwcX, drwcY, dwidth, dheight;
 
-#ifdef HAVE_XINERAMA
-extern int xinerama_screen;
-#endif
-
 static vo_functions_t* sub_vo = NULL;
 
 



More information about the MPlayer-cvslog mailing list