libXt: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Apr 16 08:18:05 UTC 2019


 include/X11/Intrinsic.h |    9 ++++
 src/ActionHook.c        |    2 -
 src/Callback.c          |   12 +++---
 src/Converters.c        |   90 ++++++++++++++++++++++++------------------------
 src/Core.c              |    2 -
 src/Create.c            |    6 +--
 src/Display.c           |    6 +--
 src/Event.c             |    8 ++--
 src/Geometry.c          |    8 ++--
 src/GetValues.c         |    2 -
 src/Hooks.c             |    2 -
 src/Initialize.c        |    2 -
 src/Intrinsic.c         |    2 -
 src/Manage.c            |   20 +++++-----
 src/NextEvent.c         |    4 +-
 src/PassivGrab.c        |    2 -
 src/Popup.c             |    6 +--
 src/Resources.c         |   12 +++---
 src/Selection.c         |    4 +-
 src/SetValues.c         |    6 +--
 src/Shell.c             |   10 ++---
 src/TMaction.c          |   10 ++---
 src/TMgrab.c            |    2 -
 src/TMkey.c             |    2 -
 src/TMstate.c           |   10 ++---
 src/VarGet.c            |    2 -
 src/Varargs.c           |    6 +--
 util/makestrs.c         |    4 +-
 28 files changed, 130 insertions(+), 121 deletions(-)

New commits:
commit 965bc251c1d8391e672f277686254299627d4e3c
Author: Thomas E. Dickey <dickey at invisible-island.net>
Date:   Tue Mar 19 20:31:29 2019 -0400

    Referring to the xterm FAQ
    
    	https://invisible-island.net/xterm/xterm.faq.html#building_it
    
    I would like to add an optional feature which makes the String typedef
    "const" if _CONST_X_STRING is defined.  Modifying the Intrinsic.h header
    is only a partial solution because the library has not been modified to
    take advantage of this (if it had, most of the const-warnings from gcc
    would go away).
    
    This change modifies the header file as well as the makestrs.c program
    which generates Shell.h and StringDefs.h so that they use String-casts
    rather than char*-casts (reducing the warnings seen when compiling with
    Xt's header files).
    
    Signed-off-by: Thomas E. Dickey <dickey at invisible-island.net>

commit c131d277ef061716b97e27cccc094bf1c0ae222f
Author: Thomas E. Dickey <dickey at invisible-island.net>
Date:   Tue Mar 19 20:04:40 2019 -0400

    eliminate casts of NULL for String* and Cardinal*, since those are unnecessary
    as well as interfere with proposed const-string changes.
    
    Signed-off-by: Thomas E. Dickey <dickey at invisible-island.net>



More information about the xorg-commit mailing list