winft / disman

Qt/C++ display management library
GNU Lesser General Public License v2.1
2 stars 1 forks source link

Support display transform by flip #18

Open romangg opened 4 years ago

romangg commented 4 years ago

On Wayland the standard wl_output::transform enum already has bits for flipped transform (that's a reflection on one middle axis).

On X11 we can support this via randr transformation matrices too.

The API should be changed by just using the Wayland enum instead of our Rotation enum. That is the most canonical approach with Wayland being the future standard.

romangg commented 4 years ago

marked this issue as related to kdisplay#8