aboutsummaryrefslogtreecommitdiffstats
path: root/src/wayland.hpp
diff options
context:
space:
mode:
authorYuta Doi <yuta-d@witz-inc.co.jp>2017-10-23 23:39:52 +0900
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2017-11-01 11:03:36 +0000
commit08b73681b0ea6206fc6dc96575ac3e8d6006bc70 (patch)
tree0739ec377065cf3ca32e0b8fb85272dbefa9d4f0 /src/wayland.hpp
parent02eef0a7cff4ede60d1434e860cd4bc9e163af56 (diff)
Modify the waiting loop of the ivi configuration listener
When layout is NOT normal, wait for the listener. Change-Id: Iedbb5de7a997c82613a0e1947d91ee2527f28436 Signed-off-by: Yuta Doi <yuta-d@witz-inc.co.jp>
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 61a840d..f6d17b4 100644
--- a/src/wayland.hpp
+++ b/src/wayland.hpp
@@ -288,6 +288,8 @@ struct controller : public wayland_proxy<struct ivi_controller> {
wm::controller_hooks *chooks;
+ bool is_configured;
+
void add_proxy_to_id_mapping(struct ivi_controller_surface *p, uint32_t id);
void remove_proxy_to_id_mapping(struct ivi_controller_surface *p);
void add_proxy_to_id_mapping(struct ivi_controller_layer *p, uint32_t id);