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

Remove experimental flag to XCB window

parent a546ffc0
...@@ -59,8 +59,8 @@ static void EmClose (vlc_object_t *); ...@@ -59,8 +59,8 @@ static void EmClose (vlc_object_t *);
* Module descriptor * Module descriptor
*/ */
vlc_module_begin () vlc_module_begin ()
set_shortname (N_("XCB window")) set_shortname (N_("X window"))
set_description (N_("(Experimental) XCB video window")) set_description (N_("X11 video window (XCB)"))
set_category (CAT_VIDEO) set_category (CAT_VIDEO)
set_subcategory (SUBCAT_VIDEO_VOUT) set_subcategory (SUBCAT_VIDEO_VOUT)
set_capability ("vout window xid", 10) set_capability ("vout window xid", 10)
......
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