summaryrefslogtreecommitdiffstats
path: root/mplayer_vo_x11.diff
blob: 992ce156cc76893c3441cc7459db16b9d936afea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
--- libvo/vo_x11.c.orig	Thu Dec 26 18:18:31 2002
+++ libvo/vo_x11.c	Thu Dec 26 19:58:49 2002
@@ -294,12 +294,12 @@
     bg=WhitePixel( mDisplay,mScreen );
     fg=BlackPixel( mDisplay,mScreen );
 
-    theCmap=vo_x11_create_colormap(&vinfo);
+    //theCmap=vo_x11_create_colormap(&vinfo);
 
     xswa.background_pixel=0;
     xswa.border_pixel=0;
-    xswa.colormap=theCmap;
-    xswamask=CWBackPixel | CWBorderPixel | CWColormap;
+    //xswa.colormap=theCmap;
+    xswamask=CWBackPixel | CWBorderPixel;// | CWColormap;
 
 #ifdef HAVE_XF86VM
     if ( vm )
@@ -321,6 +321,9 @@
     }
     else
      {
+    theCmap=vo_x11_create_colormap(&vinfo);
+    xswa.colormap=theCmap;
+    xswamask=CWBackPixel | CWBorderPixel | CWColormap;
       if ( vo_window == None )
        {
         vo_window=XCreateWindow( mDisplay,mRootWin,