transset: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri Nov 4 00:00:13 UTC 2022


 dsimple.c  |   12 ++++++------
 transSet.c |    8 ++++----
 2 files changed, 10 insertions(+), 10 deletions(-)

New commits:
commit 1e8c563f178ce5083b76b98126c359e91a6cedd9
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Oct 29 11:23:05 2022 -0700

    Remove unnecessary casts from malloc() and XFree() calls
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit aa3c53eeaf9ea57e2c29ae6955cff598d0d51ffa
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Oct 29 11:15:10 2022 -0700

    dsimple.c: Correct comments
    
    Fix typos and list correct header name
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 21006cca527457db048b04e964d998c87e57e34c
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Oct 29 11:02:31 2022 -0700

    Declare target_win static
    
    Clears clang warning:
    transSet.c:43:8: warning: no previous extern declaration for non-static
      variable 'target_win' [-Wmissing-variable-declarations]
    Window target_win;
           ^
    transSet.c:43:1: note: declare 'static' if the variable is not intended
      to be used outside of this translation unit
    Window target_win;
    ^
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>



More information about the xorg-commit mailing list