diff libvo/vo_gl.c @ 4017:21a75ab24703

Xinerama patch number two by attila.
author atmos4
date Sun, 06 Jan 2002 21:07:20 +0000
parents ae79207a3055
children ed5b85b713a3
line wrap: on
line diff
--- a/libvo/vo_gl.c	Sun Jan 06 19:43:33 2002 +0000
+++ b/libvo/vo_gl.c	Sun Jan 06 21:07:20 2002 +0000
@@ -181,6 +181,9 @@
 	/* Map window. */
 
 	XMapWindow(mDisplay, mywindow);
+#ifdef HAVE_XINERAMA
+	vo_x11_xinerama_move(mDisplay,mywindow);
+#endif
 
 	/* Wait for map. */
 	do