libXxf86vm: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri Aug 26 21:28:36 UTC 2022


 src/XF86VMode.c |   36 +++++++++++++++++++-----------------
 1 file changed, 19 insertions(+), 17 deletions(-)

New commits:
commit 8cb2b07b8f83bc6385c41c7cdd6051a66dced0ff
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Aug 20 11:07:02 2022 -0700

    Update GetOldReq to use _XGetRequest()
    
    Requires libX11 1.5 or later, but configure.ac already requires x11 >= 1.6
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit ca196d7545020037ed5533ff1cb3ebb52823af8e
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Aug 20 10:57:24 2022 -0700

    Variable scope reductions as suggested by cppcheck
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 1f6854c919c27c7bf640000a3c0851116779f7a4
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Aug 20 10:45:07 2022 -0700

    Fix -Wsign-compare warning
    
    XF86VMode.c: In function ‘XF86VidModeGetModeLine’:
    XF86VMode.c:270:25: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
      if (modeline->privsize < (INT_MAX / sizeof(INT32)))
                             ^
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>



More information about the xorg-commit mailing list