# HG changeset patch # User pontscho # Date 1034797535 0 # Node ID 27b3b56fa8a55da1ec9c3df9c8ddb1c929f24d7a # Parent 03c707b25fdc5d8e50f03310daeca3b8bf5831bf fix fullscreen diff -r 03c707b25fdc -r 27b3b56fa8a5 libvo/vo_xv.c --- a/libvo/vo_xv.c Wed Oct 16 19:31:07 2002 +0000 +++ b/libvo/vo_xv.c Wed Oct 16 19:45:35 2002 +0000 @@ -385,7 +385,8 @@ vo_x11_xinerama_move(mDisplay,vo_window); #endif } else - XMoveResizeWindow( mDisplay,vo_window,hint.x,hint.y,hint.width,hint.height ); + if ( !(flags&1) ) XMoveResizeWindow( mDisplay,vo_window,hint.x,hint.y,hint.width,hint.height ); + vo_gc = XCreateGC(mDisplay, vo_window, 0L, &xgcv); XFlush(mDisplay);