1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-11 17:39:38 +00:00

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
This commit is contained in:
reimar 2008-12-21 04:11:51 +00:00
parent d28496053e
commit 01405c8f50

View File

@ -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);