xrandr: Changes to 'master'

Jeremy Huddleston jeremyhu at kemper.freedesktop.org
Mon May 30 01:34:48 PDT 2011


 xrandr.c |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit a187677a93a215ccbba819f98425a6c682a50a6c
Author: Jeremy Huddleston <jeremyhu at apple.com>
Date:   Mon May 9 09:26:34 2011 -0700

    find_mode: Search for the mode closes to the specified rate
    
    This was the intention of d9aeb4a7544ad4a33f6f54bc46bff5cdf231a986, but
    find_mode was still picking the first string match rather than the
    match with the closest refresh rate.
    
    xrandr.c:740:3: warning: Value stored to 'bestDist' is never read
                   bestDist = dist;
                   ^          ~~~~
    
    Found-by: clang static analyzer
    Signed-off-by: Jeremy Huddleston <jeremyhu at apple.com>



More information about the xorg-commit mailing list