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

drawable: fix capability

parent 0e8b08bf
......@@ -42,7 +42,7 @@ vlc_module_begin ()
set_description (N_("Embedded window video"))
set_category (CAT_VIDEO)
set_subcategory (SUBCAT_VIDEO_VOUT)
set_capability ("vout window xid", 70)
set_capability ("vout window hwnd", 70)
set_callbacks (Open, Close)
//add_integer ("drawable-hwnd", 0, NULL, HWN_TEXT, HWND_LONGTEXT, true) /* How to ? */
// change_unsaveable ()
......
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