xlogo: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sat Oct 22 00:30:50 UTC 2022


 .gitlab-ci.yml |    8 ++++----
 Logo.c         |    3 ++-
 Makefile.am    |    1 +
 configure.ac   |   23 ++++++++++++++++++++++-
 xlogo.c        |    2 +-
 5 files changed, 30 insertions(+), 7 deletions(-)

New commits:
commit f70d09457ae6ea2248e074f57fdb16de925c43e2
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Oct 15 10:52:48 2022 -0700

    Add configure check and --with-xkb option for use of XkbStdBell
    
    Optionally enable existing code to call XkbStdBell from libxkbfile
    Enabled by default if libxkbfile is available, disable with --without-xkb
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 691a763dafc81db145a951d3151e7f050c2fb342
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Oct 15 10:45:15 2022 -0700

    Fix -Wmissing-field-initializers warning
    
    Logo.c:115:5: warning: missing initializer for field ‘extension’ of ‘SimpleClassPart {aka struct <anonymous>}’ [-Wmissing-field-initializers]
         },
         ^
    In file included from LogoP.h:33:0,
                     from Logo.c:35:
    /usr/include/X11/Xaw/SimpleP.h:62:15: note: ‘extension’ declared here
         XtPointer extension;
                   ^~~~~~~~~
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit e379927b2d1e24d4c637fe4161dbf3f2fd98e02b
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Oct 15 10:42:54 2022 -0700

    Use _CONST_X_STRING to make libXt declare String as const char *
    
    Clears 22 out of 36 -Wdiscarded-qualifiers warnings from gcc
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit e364be848c65d5e286cbc96ccb283b9052fc3c4a
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Thu Jul 28 17:30:21 2022 -0700

    gitlab CI: stop requiring Signed-off-by in commits
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>



More information about the xorg-commit mailing list