[Mplayer-cvslog] CVS: main/libvo vo_xv.c,1.121,1.122

Zoltan Ponekker pontscho at mplayerhq.hu
Wed Oct 16 21:45:54 CEST 2002


Update of /cvsroot/mplayer/main/libvo
In directory mail:/var/tmp.root/cvs-serv13508/libvo

Modified Files:
	vo_xv.c 
Log Message:
fix fullscreen

Index: vo_xv.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_xv.c,v
retrieving revision 1.121
retrieving revision 1.122
diff -u -r1.121 -r1.122
--- vo_xv.c	16 Oct 2002 19:31:07 -0000	1.121
+++ vo_xv.c	16 Oct 2002 19:45:35 -0000	1.122
@@ -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);




More information about the MPlayer-cvslog mailing list