twm: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Jan 11 00:19:21 UTC 2024


 src/add_window.h |    6 ++---
 src/events.c     |    2 -
 src/events.h     |    6 ++---
 src/gc.h         |    6 ++---
 src/iconmgr.h    |    6 ++---
 src/icons.c      |   29 -------------------------
 src/icons.h      |    2 -
 src/list.h       |    6 ++---
 src/menus.c      |   24 ---------------------
 src/menus.h      |    6 ++---
 src/parse.h      |    6 ++---
 src/resize.h     |    6 ++---
 src/screen.h     |    6 ++---
 src/session.h    |    6 ++---
 src/twm.c        |   62 -------------------------------------------------------
 src/twm.h        |    8 ++-----
 src/util.c       |    4 ---
 src/util.h       |    6 ++---
 src/version.h    |    6 ++---
 19 files changed, 41 insertions(+), 162 deletions(-)

New commits:
commit 5c3051ed5ef6475c84ada998e9c4344107e800c7
Author: Tim Wiederhake <twied at gmx.net>
Date:   Wed Dec 27 23:08:57 2023 +0100

    Remove write to never-read variable in InstallWindowColormaps
    
    The variable `n` is written to every iteration of the loop, but never
    read. It is overwritten (and read) in the next loop though. Remove the
    dead store.
    
    Signed-off-by: Tim Wiederhake <twied at gmx.net>

commit 87a9086d4bce707d60ee6a024933686dee54fc6a
Author: Tim Wiederhake <twied at gmx.net>
Date:   Wed Dec 27 23:08:57 2023 +0100

    Remove unused typedef SigProc
    
    Signed-off-by: Tim Wiederhake <twied at gmx.net>

commit 0ce52bc9ed32d7b6d1a588e5c0813fa1327bc690
Author: Tim Wiederhake <twied at gmx.net>
Date:   Wed Dec 27 23:08:57 2023 +0100

    Remove support for xprint
    
    xprint is deprecated and was removed from xorg in 2008.
    
    Signed-off-by: Tim Wiederhake <twied at gmx.net>

commit f426fa565397b4df53f3f534d3c2bc7bc5857f59
Author: Tim Wiederhake <twied at gmx.net>
Date:   Wed Dec 27 23:08:57 2023 +0100

    Remove always-true ifndef TOM
    
    Signed-off-by: Tim Wiederhake <twied at gmx.net>

commit 9f68ff072905dba3197deae8d8b275bbacd3f728
Author: Tim Wiederhake <twied at gmx.net>
Date:   Wed Dec 27 23:08:57 2023 +0100

    Remove disabled code
    
    Signed-off-by: Tim Wiederhake <twied at gmx.net>

commit a752fdad02f5eba89c53a53e4a212cf31cbf4670
Author: Tim Wiederhake <twied at gmx.net>
Date:   Wed Dec 27 23:08:57 2023 +0100

    Fix include guard names
    
    Names that begin with an underscore ('_') are reserved. Follow the usual
    practice of naming the include guard of file "foo.h" "FOO_H", as is already
    done in "icons.h".
    
    Signed-off-by: Tim Wiederhake <twied at gmx.net>



More information about the xorg-commit mailing list