xmodmap: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sat Jun 1 19:37:10 UTC 2019


 handle.c |   12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

New commits:
commit fa9c38e6e7f1caa12d38f35c5633735bcaef3ba1
Author: Karl Fogel <kfogel at red-bean.com>
Date:   Sat Mar 16 21:29:04 2019 -0500

    Fix warning about number of mouse buttons
    
    Change a warning to distinguish between too few buttons and too many.
    
    Before this change:
    
        $ xmodmap -e "pointer = 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15"
        Warning: Only changing the first 15 of 10 buttons.
        $
    
    After this change:
    
        $ xmodmap -e "pointer = 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15"
        Warning: Not changing 5 extra buttons beyond 10.
        $
    
    Fixes: https://gitlab.freedesktop.org/xorg/app/xmodmap/issues/2
    Signed-off-by: Karl Fogel <kfogel at red-bean.com>



More information about the xorg-commit mailing list