summaryrefslogtreecommitdiffstats
path: root/src/wayland.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/wayland.hpp')
-rw-r--r--src/wayland.hpp2
1 files changed, 2 insertions, 0 deletions
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<struct ivi_controller> {
name_task_pair;
std::vector<name_task_pair> pending;
+ size output_size;
+
void add_task(char const *name,
std::function<void(struct controller *)> &&f) {
this->pending.emplace_back(std::make_pair(name, f));