libXinerama: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Oct 19 16:12:52 UTC 2022


 src/Xinerama.c |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

New commits:
commit 6d79fed500bac57b41446fb1e3c5017c8607e58a
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Fri Oct 14 16:59:57 2022 -0700

    Remove "register" type qualifier from variable declarations
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 23bbb667935de678fadb16e254f319a8c24ac71a
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Fri Oct 14 16:54:53 2022 -0700

    XineramaQueryScreens: fix -Wsign-compare warning
    
    Xinerama.c: In function ‘XineramaQueryScreens’:
    Xinerama.c:308:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
      for (i = 0; i < rep.number; i++) {
                    ^
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>



More information about the xorg-commit mailing list