]> git.sesse.net Git - vlc/blobdiff - modules/video_output/xcb/xvideo.c
Force the X11 video outputs when libvlc_*_set_xwindow() is used
[vlc] / modules / video_output / xcb / xvideo.c
index 7816bb136cae331a67235ade54acfb948473f3eb..aa832492cc6ec0abf65fdfa675c93a2f132c827c 100644 (file)
@@ -66,7 +66,7 @@ vlc_module_begin ()
                  ADAPTOR_TEXT, ADAPTOR_LONGTEXT, true)
     add_bool ("x11-shm", true, NULL, SHM_TEXT, SHM_LONGTEXT, true)
         add_deprecated_alias ("xvideo-shm")
-    add_shortcut ("xcb-xv", "xv", "xvideo")
+    add_shortcut ("xcb-xv", "xv", "xvideo", "xid")
 vlc_module_end ()
 
 #define MAX_PICTURES (128)