[vlc-devel] commit: XCB/window: really handle media keys ( Rémi Denis-Courmont )
git version control
git at videolan.org
Thu May 21 17:27:46 CEST 2009
vlc | branch: 1.0-bugfix | Rémi Denis-Courmont <remi at remlab.net> | Thu May 21 18:27:30 2009 +0300| [83116c1c92621ead3c22140c1e1014096d092853] | committer: Rémi Denis-Courmont
XCB/window: really handle media keys
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=83116c1c92621ead3c22140c1e1014096d092853
---
modules/video_output/xcb/keys.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/modules/video_output/xcb/keys.c b/modules/video_output/xcb/keys.c
index 21491fe..3ea3375 100644
--- a/modules/video_output/xcb/keys.c
+++ b/modules/video_output/xcb/keys.c
@@ -162,8 +162,6 @@ static int ConvertKeySym (xcb_keysym_t sym)
return KEY_SPACE;
if (isascii(sym))
return sym;
- if (sym > XK_Delete)
- return KEY_UNSET;
/* Special keys */
res = bsearch (&sym, tab, sizeof (tab) / sizeof (tab[0]), sizeof (tab[0]),
More information about the vlc-devel
mailing list