]> git.sesse.net Git - vlc/blobdiff - modules/video_output/x11/xcommon.h
* modules/video_output/x11/*: manually paint the xv colour key if XV_AUTOPAINT_COLORK...
[vlc] / modules / video_output / x11 / xcommon.h
index 17833ab8e6a969936878c2e03e4a38b6114e32ce..b1e9bd2583cfdffcc5634f86bc774f34e30484be 100644 (file)
@@ -230,6 +230,8 @@ struct vout_sys_t
 
 #if defined(MODULE_NAME_IS_xvideo) || defined(MODULE_NAME_IS_xvmc)
     int                 i_xvport;
+    vlc_bool_t          b_paint_colourkey;
+    int                 i_colourkey;
 #else
     Colormap            colormap;               /* colormap used (8bpp only) */
 
@@ -336,8 +338,6 @@ struct vout_sys_t
     osso_context_t      *p_octx;
     int                 i_backlight_on_counter;
 #endif
-
 };
 
 /*****************************************************************************