libXaw: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Nov 26 01:56:48 UTC 2019


 include/X11/Xaw/XawInit.h |    2 -
 src/AllWidgets.c          |   86 +++++++++++++++++++++++-----------------------
 src/AsciiSink.c           |    2 -
 src/Converters.c          |    2 -
 src/Grip.c                |    2 -
 src/Label.c               |    6 +--
 src/List.c                |    8 ++--
 src/Makefile.am           |   16 ++++----
 src/MultiSink.c           |    2 -
 src/MultiSrc.c            |    2 -
 src/Paned.c               |   16 ++++----
 src/Scrollbar.c           |   14 +++----
 src/Simple.c              |    4 +-
 src/SmeBSB.c              |    6 +--
 src/SmeLine.c             |    2 -
 src/StripChart.c          |    4 +-
 src/Text.c                |    6 +--
 src/TextSink.c            |    6 +--
 src/TextSrc.c             |    2 -
 src/Tip.c                 |    6 +--
 src/Toggle.c              |    2 -
 src/Tree.c                |    2 -
 src/XawIm.c               |    2 -
 src/XawInit.c             |    2 -
 24 files changed, 102 insertions(+), 100 deletions(-)

New commits:
commit 9f5025729992607eaac987f7f82208018af84fb6
Author: Thomas E. Dickey <dickey at invisible-island.net>
Date:   Mon Nov 25 20:49:28 2019 -0500

    reduce compiler warnings using casts, no object change
    
    Signed-off-by: Thomas E. Dickey <dickey at invisible-island.net>

commit 4ea048a88a378d05bfef1633bcafae17a757e024
Author: Thomas E. Dickey <dickey at invisible-island.net>
Date:   Mon Nov 25 19:15:33 2019 -0500

    fix compiler warning by updating parameter type for call to XtDisplayInitialize
    
    Signed-off-by: Thomas E. Dickey <dickey at invisible-island.net>

commit 78f66e92c66ad637da33df454a7aae149476e765
Author: Thomas E. Dickey <dickey at invisible-island.net>
Date:   Mon Nov 25 17:57:14 2019 -0500

    change COMMON_CFLAGS and COMMON_CPPFLAGS to AM_CFLAGS and AM_CPPFLAGS
    respectively so the default .c.o rule works (needed for the "Regress"
    script).
    
    Signed-off-by: Thomas E. Dickey <dickey at invisible-island.net>



More information about the xorg-commit mailing list