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

XCB/GLX: add OpenGL in the plugin name

parent eb00eccc
...@@ -50,7 +50,7 @@ static void Close (vlc_object_t *); ...@@ -50,7 +50,7 @@ static void Close (vlc_object_t *);
*/ */
vlc_module_begin () vlc_module_begin ()
set_shortname (N_("GLX")) set_shortname (N_("GLX"))
set_description (N_("GLX video output (XCB)")) set_description (N_("OpenGL GLX video output (XCB)"))
set_category (CAT_VIDEO) set_category (CAT_VIDEO)
set_subcategory (SUBCAT_VIDEO_VOUT) set_subcategory (SUBCAT_VIDEO_VOUT)
set_capability ("vout display", 150) set_capability ("vout display", 150)
......
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