X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fwayland.hpp;h=a98c36d630cc6cb6b539e3e0920d39757c816b37;hb=d90e97b2838053165eaf6a21906991d4c8faaac7;hp=cb4c8ed4e14c1c879007213b385747b116bffa05;hpb=f4f5f3f8f86f55c658358ec8b4f120b9fcc64d70;p=staging%2Fwindowmanager.git diff --git a/src/wayland.hpp b/src/wayland.hpp index cb4c8ed..a98c36d 100644 --- a/src/wayland.hpp +++ b/src/wayland.hpp @@ -284,6 +284,8 @@ struct controller : public wayland_proxy { name_task_pair; std::vector pending; + size output_size; + void add_task(char const *name, std::function &&f) { this->pending.emplace_back(std::make_pair(name, f));