libXScrnSaver: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Nov 29 19:32:18 UTC 2022


 .git-blame-ignore-revs             |   16 ++++
 include/X11/extensions/scrnsaver.h |    2 
 src/XScrnSaver.c                   |  120 ++++++++++++++++++-------------------
 3 files changed, 77 insertions(+), 61 deletions(-)

New commits:
commit 9dc9fb1bb8ca8e304a191430278703b7bc092eb2
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sun Nov 20 12:17:00 2022 -0800

    Handle implicit conversion warnings from clang
    
    Clears 16 -Wimplicit-int-conversion, 11 -Wshorten-64-to-32, and
    8 -Wsign-conversion warnings.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit d32243b670b472fc08f577957d1a3fd9bab6430d
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sun Nov 20 12:12:35 2022 -0800

    Add .git-blame-ignore-revs to hide whitespace commits from git blame
    
    To use this in your local repo clone, you will need to either run
    `git blame --ignore-revs-file .git-blame-ignore-revs`
    or set it permanently with
    `git config blame.ignoreRevsFile .git-blame-ignore-revs`
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 73a14e8562d6d133982d89bf07ea89bf546d98e5
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sun Nov 20 12:08:45 2022 -0800

    Whitespace fixes
    
    Remove leading spaces before tabs and trailing whitespace, and
    fix a couple of incorrect indentations.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>



More information about the xorg-commit mailing list