aboutsummaryrefslogtreecommitdiffstats
path: root/src/wayland.cpp
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.cpp
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.cpp')
-rw-r--r--src/wayland.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wayland.cpp b/src/wayland.cpp
index c565a92..1d0f5a8 100644
--- a/src/wayland.cpp
+++ b/src/wayland.cpp
@@ -656,6 +656,7 @@ void controller::surface_configuration(struct surface *s, int32_t width,
HMI_DEBUG("wm", "genivi::surface %s @ %d w %i h %i", __func__, s->id,
width, height);
this->sprops[s->id].size = size{uint32_t(width), uint32_t(height)};
+ is_configured = true;
}
void controller::surface_orientation(struct surface *s, int32_t orientation) {