Edit

kc3-lang/libxkbcommon/src/x11

Branch :

  • Show log

    Commit

  • Author : Ran Benita
    Date : 2014-03-06 13:43:02
    Hash : 3c14d233
    Message : x11: relax XkbGetNames requirements It is valid for a keymap to not have key aliases, group names and various other things. But the current test requires all of them to be present in the reply, which causes us the fail on such keymaps (as the XQuartz one). Instead, require only what we really need. The virtual-mods names may not be strictly required, but it seems safer to leave it in for now. https://bugs.freedesktop.org/show_bug.cgi?id=75798 Reported-by: Gatis Paeglis <gatis.paeglis@digia.com> Signed-off-by: Ran Benita <ran234@gmail.com>