changeset 7758:27b3b56fa8a5

fix fullscreen
author pontscho
date Wed, 16 Oct 2002 19:45:35 +0000
parents 03c707b25fdc
children d4f1dca113d9
files libvo/vo_xv.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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);