libXt: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sat Apr 6 17:32:26 UTC 2019


 include/X11/IntrinsicI.h |    2 
 src/Alloc.c              |   14 +++---
 src/Callback.c           |   56 ++++++++++++------------
 src/Composite.c          |    2 
 src/Convert.c            |   16 +++----
 src/Converters.c         |   40 ++++++++---------
 src/Core.c               |    4 -
 src/Create.c             |    4 -
 src/Destroy.c            |    2 
 src/Display.c            |   26 +++++------
 src/Error.c              |    6 +-
 src/Event.c              |   62 +++++++++++++--------------
 src/EventUtil.c          |    4 -
 src/GCManager.c          |    8 +--
 src/Geometry.c           |   12 ++---
 src/GetResList.c         |    8 +--
 src/Hooks.c              |    2 
 src/Initialize.c         |   32 +++++++-------
 src/Intrinsic.c          |   38 ++++++++--------
 src/Keyboard.c           |   16 +++----
 src/Manage.c             |   14 +++---
 src/NextEvent.c          |   36 +++++++--------
 src/Object.c             |   18 +++----
 src/PassivGrab.c         |   14 +++---
 src/Pointer.c            |    4 -
 src/ResConfig.c          |   10 ++--
 src/Resources.c          |   46 ++++++++++----------
 src/Selection.c          |  100 ++++++++++++++++++++++----------------------
 src/SetValues.c          |    4 -
 src/Shell.c              |  104 +++++++++++++++++++++++-----------------------
 src/TMaction.c           |   28 ++++++------
 src/TMgrab.c             |   18 +++----
 src/TMkey.c              |   42 +++++++++---------
 src/TMparse.c            |  102 ++++++++++++++++++++++-----------------------
 src/TMprint.c            |   28 ++++++------
 src/TMstate.c            |  106 +++++++++++++++++++++++------------------------
 src/Threads.c            |    4 -
 src/VarCreate.c          |    2 
 src/Varargs.c            |   14 +++---
 39 files changed, 524 insertions(+), 524 deletions(-)

New commits:
commit cf9e8c73c4ffa671d580938c9a84d6ef0bd2710d
Author: Thomas E. Dickey <dickey at invisible-island.net>
Date:   Sun Mar 17 17:19:45 2019 -0400

    This cleans up the "easy" warning fixes which can be made using my
    Regress script, comparing object-files before/after the edits:
    
    	https://invisible-island.net/ansification/index.html
    	https://invisible-island.net/scripts/readme.html
    
    The changes are casts, which quiet the gcc warnings about implicit
    conversion that my "gcc-normal" script would show.  I avoided
    reformatting the code.
    
    The change reduces the number of gcc warnings from 769 to 163.
    
    Signed-off-by: Thomas E. Dickey <dickey at invisible-island.net>



More information about the xorg-commit mailing list