summaryrefslogtreecommitdiffstats
path: root/src/wayland.hpp
diff options
context:
space:
mode:
authorMarcus Fritzsch <marcus_fritzsch@mentor.com>2017-06-23 12:40:55 +0200
committerMarcus Fritzsch <marcus_fritzsch@mentor.com>2017-08-08 17:24:00 +0200
commitd34b46aae11efe3f5060067d1f2ee3ed3eac2b7e (patch)
tree6f1613f2344e36f1ee56ca165c8762e6454f3820 /src/wayland.hpp
parentfd6299c49a6706adf7fbbfc6c25041e23fbfa72c (diff)
wayland: initalize all controll members
* Also; added output_size - for now. Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
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));