Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support display transform by flip #18

Open
romangg opened this issue Aug 17, 2020 · 1 comment
Open

Support display transform by flip #18

romangg opened this issue Aug 17, 2020 · 1 comment

Comments

@romangg
Copy link
Member

romangg commented Aug 17, 2020

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
Copy link
Member Author

romangg commented Aug 17, 2020

marked this issue as related to kdisplay#8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant