libXrandr: Changes to 'master'

Alan Coopersmith alanc at kemper.freedesktop.org
Thu Sep 6 23:14:05 PDT 2012


 include/X11/extensions/Xrandr.h |    4 ++--
 src/XrrCrtc.c                   |    2 +-
 src/XrrMode.c                   |    2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 6dfe7d4fa04a5054ee3daeb654ac5a763f37fed1
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Fri Aug 31 21:39:10 2012 -0700

    Constify a couple string arguments that are just copied, not modified
    
    Fixes compiler warnings when building app/xrandr:
    
    xrandr.c: In function ‘crtc_set_transform’:
    xrandr.c:1459:9: warning: passing argument 4 of ‘XRRSetCrtcTransform’ discards qualifiers from pointer target type
    X11/extensions/Xrandr.h:419:1: note: expected ‘char *’ but argument is of type ‘const char *’
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
    Reviewed-by: Aaron Plattner <aplattner at nvidia.com>



More information about the xorg-commit mailing list