git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
afe0a0c
)
XCB/window: really handle media keys
author
Rémi Denis-Courmont
<remi@remlab.net>
Thu, 21 May 2009 15:27:30 +0000
(18:27 +0300)
committer
Rémi Denis-Courmont
<remi@remlab.net>
Thu, 21 May 2009 15:27:30 +0000
(18:27 +0300)
modules/video_output/xcb/keys.c
patch
|
blob
|
history
diff --git
a/modules/video_output/xcb/keys.c
b/modules/video_output/xcb/keys.c
index
21491fe
..
3ea3375
100644
(file)
--- 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]),