From e30e5c0f8d3c118ac4e8120dd48cc76954b0a940 Mon Sep 17 00:00:00 2001 From: Marcus Fritzsch Date: Wed, 30 Aug 2017 14:45:28 +0200 Subject: wayland: honor output transformations At least rotations by 90 and 270 degrees. Signed-off-by: Marcus Fritzsch --- src/wayland.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/wayland.hpp') diff --git a/src/wayland.hpp b/src/wayland.hpp index d30c2f8..256553d 100644 --- a/src/wayland.hpp +++ b/src/wayland.hpp @@ -109,6 +109,7 @@ struct output : wayland_proxy { int width{}; int height{}; int refresh{}; + int transform{}; output(output const &) = delete; output &operator=(output const &) = delete; -- cgit 1.2.3-korg