libX11: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Jan 18 00:25:34 UTC 2024


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

New commits:
commit ae3eca18cec44a953789c7f77ffab888713ed132
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Thu Nov 30 15:05:51 2023 +1000

    Fix _XkbReadGetDeviceInfoReply for nButtons == dev->buttons
    
    XkbGetDeviceInfo(dpy, XkbXI_ButtonActionsMask, 2, 0, 0) always returns
    NULL because the number of buttons on the device equals (unsurpisingly)
    the number of buttons requested (i.e. first + nBtns == dev->nbuttons).
    
    This currently causes it to bail out and return NULL.
    
    Fixes f293659d5a4024bda386305bb7ebeb4647c40934



More information about the xorg-commit mailing list