]> git.sesse.net Git - vlc/blobdiff - modules/video_output/msw/directx.c
Set vout_display_info_t::has_event_thread for msw and xcb vouts.
[vlc] / modules / video_output / msw / directx.c
index e676b05c26e2bf4aa251e76a2c9cb4d3edf12c05..041852342b1a4e73e95d373f3def803129066a35 100644 (file)
@@ -222,6 +222,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;
 
     /* Interaction TODO support starting with wallpaper mode */
     vlc_mutex_init(&sys->lock);