[MPlayer-dev-eng] XV bug?

Tom Lees tal26 at cam.ac.uk
Sat May 4 19:05:42 CEST 2002


Hi,

I found the same bug with the binary nvidia drivers. The attached patch
backs out the changes which broke it.

Tom Lees

-------------- next part --------------
? t.t
Index: x11_common.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/x11_common.c,v
retrieving revision 1.70
diff -u -r1.70 x11_common.c
--- x11_common.c	3 May 2002 20:57:13 -0000	1.70
+++ x11_common.c	4 May 2002 17:12:23 -0000
@@ -390,7 +390,6 @@
 
   if ( !WinID ) return;
 
-#if 0
   if(vo_fsmode&1){
     XSetWindowAttributes attr;
     attr.override_redirect = True;
@@ -401,7 +400,6 @@
   if(vo_fsmode&8){
     XSetTransientForHint (vo_Display, w, RootWindow(vo_Display,mScreen));
   }
-#endif
 
  vo_MotifHints=XInternAtom( vo_Display,"_MOTIF_WM_HINTS",0 );
  if ( vo_MotifHints != None )


More information about the MPlayer-dev-eng mailing list