[vlc-devel] commit: XCB/X11: missing shortcuts ( Rémi Denis-Courmont )
git version control
git at videolan.org
Sun Jan 10 13:51:52 CET 2010
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sun Jan 10 14:51:42 2010 +0200| [5cf39fab9bb2868d4513a6ad1628148696ef2aba] | committer: Rémi Denis-Courmont
XCB/X11: missing shortcuts
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5cf39fab9bb2868d4513a6ad1628148696ef2aba
---
modules/video_output/xcb/x11.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/modules/video_output/xcb/x11.c b/modules/video_output/xcb/x11.c
index bb9a33e..75c31eb 100644
--- a/modules/video_output/xcb/x11.c
+++ b/modules/video_output/xcb/x11.c
@@ -54,6 +54,8 @@ vlc_module_begin ()
set_subcategory (SUBCAT_VIDEO_VOUT)
set_capability ("vout display", 75)
set_callbacks (Open, Close)
+ add_shortcut ("xcb-x11")
+ add_shortcut ("x11")
add_bool ("x11-shm", true, NULL, SHM_TEXT, SHM_LONGTEXT, true)
vlc_module_end ()
More information about the vlc-devel
mailing list