# HG changeset patch # User arpi # Date 1020552776 0 # Node ID ff3e5901b2ccb20e44d4e04980c66fd9bacab1d9 # Parent 157174abe70acd1a7982bac36d06dbe12afe19d2 small patch that fixes the purple window when the f key is pressed - by Attila Kinali diff -r 157174abe70a -r ff3e5901b2cc libvo/vo_xvidix.c --- 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);