Skip to content
  • Vlad Zahorodnii's avatar
    wayland: Fix output transforms · 94b5c192
    Vlad Zahorodnii authored
    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).
    94b5c192