You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: