summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-12-21 04:11:51 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-12-21 04:11:51 +0000
commit01405c8f504dbffc859dda6235cf3ca2f99adc1a (patch)
treebaa7a49a004c9660142d5c9f51a7cd536fa9a189 /libvo
parentd28496053e40f2a9aceae7251641a28db828d60a (diff)
downloadmpv-01405c8f504dbffc859dda6235cf3ca2f99adc1a.tar.bz2
mpv-01405c8f504dbffc859dda6235cf3ca2f99adc1a.tar.xz
100l, forgot an assignment, broke special keys handling for X11-based vos.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28175 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r--libvo/x11_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/x11_common.c b/libvo/x11_common.c
index 4ed9d1ec66..937be5754b 100644
--- a/libvo/x11_common.c
+++ b/libvo/x11_common.c
@@ -606,7 +606,7 @@ void vo_x11_putkey(int key)
mpkey = key;
if (!mpkey)
- lookup_keymap_table(keymap, key);
+ mpkey = lookup_keymap_table(keymap, key);
if (mpkey)
mplayer_put_key(mpkey);