]> git.sesse.net Git - vlc/blobdiff - modules/video_output/msw/direct3d.c
Set vout_display_info_t::has_event_thread for msw and xcb vouts.
[vlc] / modules / video_output / msw / direct3d.c
index e374587a13ab94980b9d997f5d5b9835d53cf463..66be688442d03bf1a36ccf6f5120d2671174e24a 100644 (file)
@@ -167,6 +167,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 */
     vlc_mutex_init(&sys->lock);