[PATCH 0/2] RandR functionality for wayland protocol

Casey Dahlin cdahlin at redhat.com
Thu Apr 28 23:56:08 PDT 2011


The second R is a bit of a misnomer right now since there's not actually
modesetting, but this patch set extends the wayland protocol to allow rotating
and flipping outputs, and moving their position.

It adds a single method to the "output" interface to set x, y, and some flags
to perform transformation: one to flip horizontal, one to flip vertical, and
one to rotate 90 degrees clockwise (you'll note that setting both flips will
have the effect of a 180 degree rotation, and setting all 3 flags will rotate
270 degrees, so further transforms aren't necessary for the basic stuff).

The geometry event is ammended to report the transformation flags along with
the other info.



More information about the wayland-devel mailing list