xeyes: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri Dec 13 01:26:00 UTC 2024


 Eyes.c       |   37 ++++++++++++++++++++-----------------
 configure.ac |    2 +-
 xeyes.c      |    3 ++-
 3 files changed, 23 insertions(+), 19 deletions(-)

New commits:
commit cedb75c8b1af43335b86c3d7eb04c27d362bdf3d
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sun Dec 8 16:14:10 2024 -0800

    Cast Xlib XID types to xcb types
    
    Clears 5 clang warnings of the form:
    Eyes.c:252:27: warning: implicit conversion loses integer precision:
     'Window' (aka 'unsigned long') to 'xcb_drawable_t' (aka 'unsigned int')
     [-Wshorten-64-to-32]
                              XtWindow(w),
                              ^~~~~~~~~~~
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
    Part-of: <https://gitlab.freedesktop.org/xorg/app/xeyes/-/merge_requests/10>

commit e28373d5d43913dd9fa915b15ca2888488136c14
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sun Dec 8 16:08:35 2024 -0800

    Add unused attribute to unused parameters of callback functions
    
    Clears 16 clang warnings of the form:
    Eyes.c:298:45: warning: unused parameter 'closure' [-Wunused-parameter]
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
    Part-of: <https://gitlab.freedesktop.org/xorg/app/xeyes/-/merge_requests/10>



More information about the xorg-commit mailing list