]> git.sesse.net Git - vlc/commitdiff
drawable: automatically select the plugin if --drawable-hwnd is passed
authorRémi Denis-Courmont <remi@remlab.net>
Thu, 9 Oct 2014 16:42:24 +0000 (19:42 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Thu, 16 Oct 2014 17:23:37 +0000 (20:23 +0300)
(same priority as XCB embedded window)

modules/video_output/drawable.c

index 7b9ccbc5d5e30a5e830cdfed61d3299320bd9cf4..9703f975105f63176a30b7e0831aac9fe6932544 100644 (file)
@@ -47,7 +47,7 @@ vlc_module_begin ()
     set_description (N_("Embedded window video"))
     set_category (CAT_VIDEO)
     set_subcategory (SUBCAT_VIDEO_VOUT)
-    set_capability ("vout window", 0)
+    set_capability ("vout window", 70)
     set_callbacks (Open, Close)
     add_shortcut ("embed-hwnd")