From 5c1adb1cabde8179bf1b8860133a066a17e3b1e7 Mon Sep 17 00:00:00 2001 From: Philipp Zabel Date: Thu, 13 Jul 2023 12:58:38 +0200 Subject: [PATCH] ivi-layout: Remove weston_view_schedule_repaint() There is no need to manually schedule a repaint anymore, it will be triggered by changes to opacity or transform. Signed-off-by: Philipp Zabel --- ivi-shell/ivi-layout.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/ivi-shell/ivi-layout.c b/ivi-shell/ivi-layout.c index 82be73ad..91f862c0 100644 --- a/ivi-shell/ivi-layout.c +++ b/ivi-shell/ivi-layout.c @@ -624,8 +624,6 @@ update_prop(struct ivi_layout_view *ivi_view) } ivisurf->update_count++; - - weston_view_schedule_repaint(ivi_view->view); } static bool