]> git.sesse.net Git - vlc/blobdiff - modules/video_output/msw/glwin32.c
Set vout_display_info_t::has_event_thread for msw and xcb vouts.
[vlc] / modules / video_output / msw / glwin32.c
index f120069ca2468ca5f06c59b899c3a315d7064649..10d52d471e61449dccf3a698a7c85b1701515f04 100644 (file)
@@ -135,6 +135,7 @@ static int Open(vlc_object_t *object)
     info.has_double_click = true;
     info.has_hide_mouse = true;
     info.has_pictures_invalid = true;
+    info.has_event_thread = true;
 
    /* Setup vout_display now that everything is fine */
     vd->fmt  = fmt;