twm: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sat Nov 23 10:54:07 UTC 2019


 src/add_window.c | 1937 ++++++++++++++--------------
 src/add_window.h |   29 
 src/cursor.c     |   53 
 src/events.c     | 3393 ++++++++++++++++++++++++-------------------------
 src/events.h     |   76 -
 src/gc.h         |    5 
 src/iconmgr.c    |  589 ++++----
 src/iconmgr.h    |   51 
 src/icons.c      |  650 ++++-----
 src/icons.h      |   42 
 src/list.c       |  142 --
 src/list.h       |   19 
 src/menus.c      | 3766 ++++++++++++++++++++++++++-----------------------------
 src/menus.h      |  188 +-
 src/parse.c      | 1629 ++++++++++++-----------
 src/parse.h      |  171 +-
 src/resize.c     |  725 +++++-----
 src/resize.h     |   30 
 src/screen.h     |  319 ++--
 src/session.c    | 1081 +++++++--------
 src/session.h    |   11 
 src/twm.c        |  969 +++++++-------
 src/twm.h        |  380 ++---
 src/util.c       | 1081 ++++++++-------
 src/util.h       |   81 -
 src/version.c    |    3 
 src/version.h    |    2 
 27 files changed, 8633 insertions(+), 8789 deletions(-)

New commits:
commit f973b774e8b1732afbe5a41543a2c7d556845c5d
Author: Thomas E. Dickey <dickey at invisible-island.net>
Date:   Sat Nov 23 05:48:34 2019 -0500

    Formatted most of the C files using "twm-indent", part of cindent at
    	https://invisible-island.net/cindent/
    That is essentially a script which adds typedefs to the x-indent.sh script.
    No object-code changed in this reformatting.
    
    Signed-off-by: Thomas E. Dickey <dickey at invisible-island.net>



More information about the xorg-commit mailing list