diff libvo/vo_xmga.c @ 23822:82ea0d19d0f5

10l pass colormap instead of wrong "InputOutput" to vo_x11_create_vo_window() fixes xmga brokenness from r23675
author attila
date Sun, 22 Jul 2007 18:27:26 +0000
parents 8443a81e4ae3
children f96e42d494f9
line wrap: on
line diff
--- a/libvo/vo_xmga.c	Sun Jul 22 16:24:25 2007 +0000
+++ b/libvo/vo_xmga.c	Sun Jul 22 18:27:26 2007 +0000
@@ -220,7 +220,7 @@
         } else
         {
             vo_x11_create_vo_window(&vinfo, vo_dx, vo_dy, d_width, d_height,
-                    flags, InputOutput, "xmga", title);
+                    flags, xWAttribs.colormap, "xmga", title);
         }
 
         if (vo_gc != None)