diff libvo/vo_xmga.c @ 3990:87538547c8f4

xinerama fix by attila
author atmos4
date Sat, 05 Jan 2002 08:49:46 +0000
parents c8c7ba08ef44
children 21a75ab24703
line wrap: on
line diff
--- a/libvo/vo_xmga.c	Sat Jan 05 01:33:39 2002 +0000
+++ b/libvo/vo_xmga.c	Sat Jan 05 08:49:46 2002 +0000
@@ -305,6 +305,9 @@
    XSetNormalHints( mDisplay,mWindow,&hint );
    XStoreName( mDisplay,mWindow,mTitle );
    XMapWindow( mDisplay,mWindow );
+#ifdef HAVE_XINERAMA
+   vo_x11_xinerama_move(mDisplay,mWindow);
+#endif
    mGC=XCreateGC( mDisplay,mWindow,GCForeground,&wGCV );
 #ifdef HAVE_NEW_GUI
   }