[MPlayer-cvslog] r28175 - trunk/libvo/x11_common.c
reimar
subversion at mplayerhq.hu
Sun Dec 21 05:11:51 CET 2008
Author: reimar
Date: Sun Dec 21 05:11:51 2008
New Revision: 28175
Log:
100l, forgot an assignment, broke special keys handling for X11-based vos.
Modified:
trunk/libvo/x11_common.c
Modified: trunk/libvo/x11_common.c
==============================================================================
--- trunk/libvo/x11_common.c (original)
+++ trunk/libvo/x11_common.c Sun Dec 21 05:11:51 2008
@@ -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);
More information about the MPlayer-cvslog
mailing list