xf86-input-mouse: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Mar 20 04:20:03 UTC 2024


 src/bsd_mouse.c |    2 ++
 src/lnx_mouse.c |    1 +
 2 files changed, 3 insertions(+)

New commits:
commit 627e12a35c1cb9812088b220cf5397eca9843de8
Author: Enrico Weigelt, metux IT consult <info at metux.net>
Date:   Tue Mar 19 11:51:58 2024 +0100

    Fix missing #include <errno.h>
    
    Two source files currently relying on xorg headers including errno.h for them.
    Even though it practically works, it's not a very robust programming style
    to rely on indirect includes. It's better when everybody includes what he need
    on its own.
    
    Signed-off-by: Enrico Weigelt, metux IT consult <info at metux.net>



More information about the xorg-commit mailing list