[MPlayer-dev-eng] [PATCH] restore working special keys in x11

Mate Miklos mtmkls at freemail.hu
Sat Dec 20 23:55:17 CET 2008


Hi,

the patch does exactly what the title says.

MM

Index: libvo/x11_common.c
===================================================================
--- libvo/x11_common.c  (revision 28173)
+++ libvo/x11_common.c  (working copy)
@@ -606,7 +606,7 @@
         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-dev-eng mailing list