summaryrefslogtreecommitdiffstats
path: root/src/shell.c
diff options
context:
space:
mode:
authorMarius Vlad <marius.vlad@collabora.com>2021-04-07 18:09:06 +0300
committerMarius Vlad <marius.vlad@collabora.com>2021-04-19 13:20:50 +0000
commit483d363b9e724a0ab84c771b1a6530e3e46deb4c (patch)
tree0d7c0808c24537ce3b34cef05e80c1677a0eb6a9 /src/shell.c
parente35c7858a788b468a317dc46520e03f14599cb0b (diff)
layout: Remove weston_output_damage dependecy
Doing a damage_below for the view should be sufficient to trigger a repaint. This way we don't actually need it. Bug-AGL: SPEC-3641 Signed-off-by: Marius Vlad <marius.vlad@collabora.com> Change-Id: I90f4c4c13571f441b35f933f2b93aaff7efd3481
Diffstat (limited to 'src/shell.c')
-rw-r--r--src/shell.c4
1 files changed, 2 insertions, 2 deletions
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