X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fwayland.cpp;fp=src%2Fwayland.cpp;h=1d0f5a8ff3d196b5f5e9581787b6bf517ae18a3b;hb=08b73681b0ea6206fc6dc96575ac3e8d6006bc70;hp=c565a92075b622c75cb0775210ff939edda00b5a;hpb=02eef0a7cff4ede60d1434e860cd4bc9e163af56;p=apps%2Fagl-service-windowmanager-2017.git 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) {