Skip to content

wayland: Fix output transforms

Vlad Zahorodnii requested to merge work/zzag/fix-transforms into master

WaylandOutputDevice has no transform() function. Currently, the code compiles because kde_output_device_v1 has an enum called "transform".

"transform()" constructs the transform enum with the default value (0).

Merge request reports