libX11: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sat Sep 10 19:24:29 UTC 2022


 src/xkb/XKBBind.c |   44 ++++++++++++++++----------------------------
 1 file changed, 16 insertions(+), 28 deletions(-)

New commits:
commit 1c04ac514196db5e2255d99635fb6e3c36be330d
Author: Adam Sampson <ats at offog.org>
Date:   Sun Jul 4 23:02:04 2021 +0100

    xkb: Fix off-by-one error in XKeycodeToKeysym
    
    The code here that made indexes greater than 3 refer to XKB symbol
    groups had an off-by-one error, so it would always leave out the symbol
    that should have been at index 4. Rewrite the code to fix this and
    simplify the logic a bit.
    
    Signed-off-by: Adam Sampson <ats at offog.org>



More information about the xorg-commit mailing list