[PATCH xrandr-utils 0/4] rotations, reflections, names
Bryce Harrington
bryce at canonical.com
Wed Feb 15 16:10:39 PST 2012
Refactors three more chunks of xrandr into libXrandrUtils, and
associated tests.
Since there were no further comments to the last set of patches, they've
been posted to git.freedesktop.org.
Bryce Harrington (4):
Refactor rotations into library
Refactor reflection support into library.
Add an A/B test comparing our xrandr's output with the installed
xrandr
Refactor name_t into XRUName
Makefile.am | 2 +-
examples/Makefile.am | 9 +-
examples/before_and_after.sh | 23 +++
examples/xrandr.c | 300 +++++++++++-----------------------
include/X11/extensions/XrandrUtils.h | 58 +++++++
man/XrandrUtils.man | 52 ++++++
src/Makefile.am | 3 +-
src/XrandrUtils.c | 130 +++++++++++++++
src/names.c | 80 +++++++++
test/.gitignore | 2 +
test/Makefile.am | 9 +-
test/reflections.c | 130 +++++++++++++++
test/rotations.c | 132 +++++++++++++++
13 files changed, 725 insertions(+), 205 deletions(-)
create mode 100755 examples/before_and_after.sh
create mode 100644 src/names.c
create mode 100644 test/reflections.c
create mode 100644 test/rotations.c
--
1.7.9
More information about the xorg-devel
mailing list