X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fwayland.hpp;h=256553db67ad079f6faffd0824377a42bc7d6af2;hb=e30e5c0f8d3c118ac4e8120dd48cc76954b0a940;hp=d30c2f809d5b3ac9e3a699d6c59ce247f3f931be;hpb=844ab2cec795023439bd5f865a238c7841755af4;p=staging%2Fwindowmanager.git 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;