comparison 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
comparison
equal deleted inserted replaced
3989:8d60da7c4ac6 3990:87538547c8f4
303 hint.base_width=wndWidth; hint.base_height=wndHeight; 303 hint.base_width=wndWidth; hint.base_height=wndHeight;
304 hint.flags=USPosition | USSize; 304 hint.flags=USPosition | USSize;
305 XSetNormalHints( mDisplay,mWindow,&hint ); 305 XSetNormalHints( mDisplay,mWindow,&hint );
306 XStoreName( mDisplay,mWindow,mTitle ); 306 XStoreName( mDisplay,mWindow,mTitle );
307 XMapWindow( mDisplay,mWindow ); 307 XMapWindow( mDisplay,mWindow );
308 #ifdef HAVE_XINERAMA
309 vo_x11_xinerama_move(mDisplay,mWindow);
310 #endif
308 mGC=XCreateGC( mDisplay,mWindow,GCForeground,&wGCV ); 311 mGC=XCreateGC( mDisplay,mWindow,GCForeground,&wGCV );
309 #ifdef HAVE_NEW_GUI 312 #ifdef HAVE_NEW_GUI
310 } 313 }
311 else 314 else
312 { 315 {