changeset 5976:ff3e5901b2cc

small patch that fixes the purple window when the f key is pressed - by Attila Kinali <kinali@gmx.net>
author arpi
date Sat, 04 May 2002 22:52:56 +0000
parents 157174abe70a
children e8f6f477aad0
files libvo/vo_xvidix.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/vo_xvidix.c	Sat May 04 22:34:47 2002 +0000
+++ b/libvo/vo_xvidix.c	Sat May 04 22:52:56 2002 +0000
@@ -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);