xrandr: Changes to 'master'

Remi Cardona remi at kemper.freedesktop.org
Tue Nov 17 01:40:44 PST 2009


 xrandr.c |   20 --------------------
 1 file changed, 20 deletions(-)

New commits:
commit b81a4976701606d1406ff56b91f13331e5f35860
Author: Yann Droneaud <ydroneaud at mandriva.com>
Date:   Tue Nov 17 10:34:41 2009 +0100

    xrandr: Remove test against RANDR_MAJOR/RANDR_MINOR
    
    xrandr.c uses structures defined in <X11/extensions/Xrandr.h>
    provided by 'libXrandr' package but tests structures availability
    through RANDR_MAJOR/RANDR_MINOR defined in <X11/extensions/randr.h>
    provided by 'randrproto' package.
    
    Sometimes they are not in sync so it's safer to rely on checks made
    by configure script through pkg-config.
    
    In my test case, XRRPanning structure is not defined in Xrandr.h,
    RANDR_MAJOR is 1 and RANDR_MINOR 2 but xrandr.c try to use it anyway.
    (for the record, XRRPanning was added in libXrandr-1.2.91).
    
    Signed-off-by: Yann Droneaud <ydroneaud at mandriva.com>
    Reviewed-by: Rémi Cardona <remi at gentoo.org>



More information about the xorg-commit mailing list