X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fshell.c;fp=src%2Fshell.c;h=9e7693eb847d09ddebfccc001ba5010f5cc8f67e;hb=483d363b9e724a0ab84c771b1a6530e3e46deb4c;hp=5a8cc42215f7d257c1ed00f7971ef2288387b8a0;hpb=e35c7858a788b468a317dc46520e03f14599cb0b;p=src%2Fagl-compositor.git diff --git a/src/shell.c b/src/shell.c index 5a8cc42..9e7693e 100644 --- a/src/shell.c +++ b/src/shell.c @@ -711,7 +711,7 @@ remove_black_surface(struct ivi_output *output) weston_layer_entry_remove(&view->layer_link); weston_view_update_transform(view); - weston_output_damage(output->output); + weston_view_damage_below(view); } void @@ -738,7 +738,7 @@ insert_black_surface(struct ivi_output *output) view->surface->is_mapped = true; weston_view_update_transform(view); - weston_output_damage(output->output); + weston_view_damage_below(view); } static void