From 08b73681b0ea6206fc6dc96575ac3e8d6006bc70 Mon Sep 17 00:00:00 2001 From: Yuta Doi Date: Mon, 23 Oct 2017 23:39:52 +0900 Subject: 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 --- src/wayland.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/wayland.hpp') 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 { 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); -- cgit 1.2.3-korg