summaryrefslogtreecommitdiff
path: root/src/XrrMode.c
AgeCommit message (Collapse)Author
2012-09-06Constify a couple string arguments that are just copied, not modifiedAlan Coopersmith
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@oracle.com> Reviewed-by: Aaron Plattner <aplattner@nvidia.com>
2011-09-16Strip trailing whitespaceAlan Coopersmith
Performed with: find * -type f | xargs perl -i -p -e 's{[ \t]+$}{}' git diff -w & git diff -b show no diffs from this change Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2009-01-30Janitor: make distcheck, compiler warnings, .gitignorePaulo Cesar Pereira de Andrade
Warning corrections are either unused symbols or using an integer as a pointer (generated by sparse).
2008-12-17Use RRCheckExtension in function returning a value.Adam Jackson
2006-11-30Add initial implementation of crtc gamma and mode adding requests.Keith Packard
They build. More testing seems indicated.
2006-09-19Start update to 1.2, splitting code across multiple files.Keith Packard