Commit 74770b69 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

drawable: automatically select the plugin if --drawable-hwnd is passed

(same priority as XCB embedded window)
parent e42e888a
......@@ -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")
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment