twm: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sat Mar 2 20:01:49 UTC 2024


 src/add_window.c |   98 ++++++++++++++++++++++++++++---------------------------
 src/events.c     |   30 ++++++++++------
 src/gram.y       |    6 +--
 src/iconmgr.c    |   16 ++++----
 src/icons.c      |   54 +++++++++++++++---------------
 src/list.c       |   22 ++++++------
 src/list.h       |    4 +-
 src/menus.c      |   38 ++++++++++-----------
 src/parse.c      |    8 ++--
 src/screen.h     |    2 -
 src/session.c    |   39 +++++++++++----------
 src/twm.c        |   14 +++++--
 src/twm.h        |    4 +-
 src/util.c       |   17 +++++----
 14 files changed, 184 insertions(+), 168 deletions(-)

New commits:
commit 365a94b62df6144ad016e587f3756d974b6e2018
Author: Tim Wiederhake <twied at gmx.net>
Date:   Sat Dec 30 20:49:48 2023 +0100

    Add explicit cast after memory allocation
    
    Still valid c, but now also valid c++.
    
    Signed-off-by: Tim Wiederhake <twied at gmx.net>

commit 7fe0acdb259c7dd9f3b6214ba16f272da81beadb
Author: Tim Wiederhake <twied at gmx.net>
Date:   Sat Dec 30 20:49:48 2023 +0100

    Accomodate different field names when compiling with c++
    
    Signed-off-by: Tim Wiederhake <twied at gmx.net>

commit abd6ec6e468a067ea072fee9e8ba0303c1e95a2e
Author: Tim Wiederhake <twied at gmx.net>
Date:   Sat Dec 30 20:49:48 2023 +0100

    Rename variable 'new' to 'entry' in splitEntry
    
    'new' is a keyword in c++. Its usage confuses some tools that work
    with c and c++ source code.
    
    Signed-off-by: Tim Wiederhake <twied at gmx.net>

commit ea79e73344dfa09a6ed3dd34c4f1383add924b12
Author: Tim Wiederhake <twied at gmx.net>
Date:   Sat Dec 30 20:49:48 2023 +0100

    Rename argument 'class' to 'xclass' in GetColorFromList
    
    'class' is a keyword in c++. Its usage confuses some tools that work
    with c and c++ source code.
    
    Signed-off-by: Tim Wiederhake <twied at gmx.net>

commit 7ef32a37be9e293fde3c2a18e043a2d4bc9d1eed
Author: Tim Wiederhake <twied at gmx.net>
Date:   Sat Dec 30 20:49:48 2023 +0100

    Rename argument 'class' to 'xclass' in LookInList
    
    'class' is a keyword in c++. Its usage confuses some tools that work
    with c and c++ source code.
    
    Signed-off-by: Tim Wiederhake <twied at gmx.net>

commit f63f0a7416793f42030f56a79930b3f76c82a24d
Author: Tim Wiederhake <twied at gmx.net>
Date:   Sat Dec 30 20:49:48 2023 +0100

    Rename field 'class' to 'xclass' in TwmWindow
    
    'class' is a keyword in c++. Its usage confuses some tools that work
    with c and c++ source code.
    
    Signed-off-by: Tim Wiederhake <twied at gmx.net>

commit 6e5c29e60d0acfeba32829f4aba7d6e7697ca8d1
Author: Tim Wiederhake <twied at gmx.net>
Date:   Sat Dec 30 20:49:48 2023 +0100

    Rename field 'class' to 'xclass' in TWMWinConfigEntry
    
    'class' is a keyword in c++. Its usage confuses some tools that work
    with c and c++ source code.
    
    Signed-off-by: Tim Wiederhake <twied at gmx.net>

commit 878117d8c70564983afddfb2bb26daa71f25b8c1
Author: Tim Wiederhake <twied at gmx.net>
Date:   Sat Dec 30 20:49:48 2023 +0100

    Rename field 'delete' to 'remove' in TitlebarPixmaps
    
    'delete' is a keyword in c++. Its usage confuses some tools that work
    with c and c++ source code.
    
    Signed-off-by: Tim Wiederhake <twied at gmx.net>

commit a0a4604cab350eb6a8bd3cc56cfb35d534fa344b
Author: Tim Wiederhake <twied at gmx.net>
Date:   Sat Dec 30 20:49:48 2023 +0100

    Remove storage specifier 'register'
    
    'register' is an optimization hint to the compiler that is generally
    not necessary and needlessly prevents using a c++ compiler to compile
    twm.
    
    Signed-off-by: Tim Wiederhake <twied at gmx.net>



More information about the xorg-commit mailing list