[vlc-devel] commit: Remove experimental flag to XCB window ( Rémi Denis-Courmont )

git version control git at videolan.org
Sat Aug 15 22:00:45 CEST 2009


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sat Aug 15 22:48:02 2009 +0300| [bb22060423384eee92f7f97df99b7dee5c7e5d33] | committer: Rémi Denis-Courmont 

Remove experimental flag to XCB window

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=bb22060423384eee92f7f97df99b7dee5c7e5d33
---

 modules/video_output/xcb/window.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/video_output/xcb/window.c b/modules/video_output/xcb/window.c
index 433599c..3bcb6f8 100644
--- a/modules/video_output/xcb/window.c
+++ b/modules/video_output/xcb/window.c
@@ -59,8 +59,8 @@ static void EmClose (vlc_object_t *);
  * Module descriptor
  */
 vlc_module_begin ()
-    set_shortname (N_("XCB window"))
-    set_description (N_("(Experimental) XCB video window"))
+    set_shortname (N_("X window"))
+    set_description (N_("X11 video window (XCB)"))
     set_category (CAT_VIDEO)
     set_subcategory (SUBCAT_VIDEO_VOUT)
     set_capability ("vout window xid", 10)




More information about the vlc-devel mailing list