summaryrefslogtreecommitdiffstats
path: root/src/wayland.hpp
diff options
context:
space:
mode:
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;