libX11: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri Jan 14 17:16:18 UTC 2022


 src/xkb/XKBMAlloc.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit b9e0346abebb0c9e5c80c780bba4372419e63bde
Author: Benno Schulenberg <bensberg at telfort.nl>
Date:   Fri Jan 14 15:57:56 2022 +0100

    XKBMAlloc: use the correct first-key variable when extending a key range
    
    When extending the range of changed virtual-modifier keys, one should
    pass the two variables relevant to that range.
    
    These two mistakes were found by grepping for 'modmap_key' and then
    looking for asymmetries between the handling of the plain modmap thing
    and the virtual modmap thing.  Inspired by issue #76.
    
    (I suspect these mistakes were at the base of some intractable bugs
    reported against xkeyboard-config where virtual modifiers refused
    to work and had to be worked around by making other changes too.)
    
    Signed-off-by: Benno Schulenberg <bensberg at telfort.nl>



More information about the xorg-commit mailing list