summaryrefslogtreecommitdiffstats
path: root/src/wayland.hpp
diff options
context:
space:
mode:
authorMarcus Fritzsch <marcus_fritzsch@mentor.com>2017-08-30 14:45:28 +0200
committerMarcus Fritzsch <marcus_fritzsch@mentor.com>2017-09-04 16:54:00 +0200
commite30e5c0f8d3c118ac4e8120dd48cc76954b0a940 (patch)
tree11b40efcd3ce313a55d35d1f1dbcf38f44edf288 /src/wayland.hpp
parent844ab2cec795023439bd5f865a238c7841755af4 (diff)
wayland: honor output transformations
At least rotations by 90 and 270 degrees. Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
Diffstat (limited to 'src/wayland.hpp')
-rw-r--r--src/wayland.hpp1
1 files changed, 1 insertions, 0 deletions
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<struct wl_output> {
int width{};
int height{};
int refresh{};
+ int transform{};
output(output const &) = delete;
output &operator=(output const &) = delete;