wayland: honor output transformations
[staging/windowmanager.git] / src / wayland.hpp
index d30c2f8..256553d 100644 (file)
@@ -109,6 +109,7 @@ struct output : wayland_proxy<struct wl_output> {
    int width{};
    int height{};
    int refresh{};
+   int transform{};
 
    output(output const &) = delete;
    output &operator=(output const &) = delete;