X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fwayland.hpp;h=61a840dadfc9af526b9fea54394ed9d8e704f250;hb=2f34481142341c8f24e78fe6cf94ba9c1abec54b;hp=d30c2f809d5b3ac9e3a699d6c59ce247f3f931be;hpb=55d7af4407d3bef99d3de4a5453d5241cac280ca;p=staging%2Fwindowmanager.git diff --git a/src/wayland.hpp b/src/wayland.hpp index d30c2f8..61a840d 100644 --- a/src/wayland.hpp +++ b/src/wayland.hpp @@ -89,6 +89,8 @@ struct display { bool ok() const; void roundtrip(); int dispatch(); + int dispatch_pending(); + int read_events(); void flush(); int get_fd() const; int get_error(); @@ -109,6 +111,7 @@ struct output : wayland_proxy { int width{}; int height{}; int refresh{}; + int transform{}; output(output const &) = delete; output &operator=(output const &) = delete;