]> git.sesse.net Git - vlc/blobdiff - modules/video_output/xcb/xvideo.c
Set vout_display_info_t::has_event_thread for msw and xcb vouts.
[vlc] / modules / video_output / xcb / xvideo.c
index ecb58ba2e0352d1f42c4795c20219ecce0fa29a7..91c7931e00b5edf735c70a48670fe7e0087554dc 100644 (file)
@@ -520,6 +520,7 @@ static int Open (vlc_object_t *obj)
     /* */
     vout_display_info_t info = vd->info;
     info.has_pictures_invalid = false;
+    info.has_event_thread = true;
 
     /* Setup vout_display_t once everything is fine */
     vd->fmt = fmt;