X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fwayland.cpp;h=05e155f4d1e72de27ea8f7db644a3cf4e393d97a;hb=refs%2Ftags%2F5.0.0;hp=49e01aa963c7b2bb8f6f3114a05e55d31e329602;hpb=88888465bf153f488a5508adf11e6b78f00b49f0;p=staging%2Fwindowmanager.git diff --git a/src/wayland.cpp b/src/wayland.cpp index 49e01aa..05e155f 100644 --- a/src/wayland.cpp +++ b/src/wayland.cpp @@ -624,6 +624,7 @@ void controller::surface_visibility(struct surface *s, int32_t visibility) { logdebug("genivi::surface %s @ %d v %i", __func__, s->id, visibility); this->sprops[s->id].visibility = visibility; + this->chooks->surface_visibility(s->id, visibility); } void controller::surface_opacity(struct surface *s, float opacity) { @@ -646,6 +647,7 @@ void controller::surface_destination_rectangle(struct surface *s, int32_t x, logdebug("genivi::surface %s @ %d x %i y %i w %i h %i", __func__, s->id, x, y, width, height); this->sprops[s->id].dst_rect = rect{width, height, x, y}; + this->chooks->surface_destination_rectangle(s->id, x, y, width, height); } void controller::surface_configuration(struct surface *s, int32_t width,