[Mplayer-cvslog] CVS: main/libvo vo_xvidix.c,1.31,1.32

Arpi of Ize arpi at mplayerhq.hu
Sun May 5 00:52:59 CEST 2002


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

Modified Files:
	vo_xvidix.c 
Log Message:
small patch that fixes the purple window when the f key is pressed - by Attila Kinali <kinali at gmx.net>

Index: vo_xvidix.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_xvidix.c,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- vo_xvidix.c	24 Apr 2002 23:15:17 -0000	1.31
+++ vo_xvidix.c	4 May 2002 22:52:56 -0000	1.32
@@ -288,7 +288,7 @@
         window_depth = 24;
     XMatchVisualInfo(mDisplay, mScreen, window_depth, TrueColor, &vinfo);
 
-    xswa.background_pixel = vo_fs ? BlackPixel(mDisplay, mScreen) : fgColor;
+    xswa.background_pixel = BlackPixel(mDisplay, mScreen);
     xswa.border_pixel     = 0;
     xswa.colormap         = XCreateColormap(mDisplay, RootWindow(mDisplay, mScreen),
 					    vinfo.visual, AllocNone);




More information about the MPlayer-cvslog mailing list