diff options
author | Marius Vlad <marius.vlad@collabora.com> | 2022-05-03 11:26:25 +0300 |
---|---|---|
committer | Marius Vlad <marius.vlad@collabora.com> | 2022-05-03 18:17:26 +0300 |
commit | 8f85581e96bc71512cbef015ff12dc6441c07d9c (patch) | |
tree | a45b06c12155dac2181b1b45ccf8a643120daef2 | |
parent | c40f46aa4d2644b182b8ed554951e3afcb64c40a (diff) |
desktop: No need to schedule a compositor repaint
Part of a larger clean-up.
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Change-Id: I8532fb03e1911f9dc5c04fa113d2b3e2eeba4879
-rw-r--r-- | src/desktop.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/desktop.c b/src/desktop.c index 255b182..3b83d4c 100644 --- a/src/desktop.c +++ b/src/desktop.c @@ -356,8 +356,6 @@ desktop_committed(struct weston_desktop_surface *dsurface, !wl_list_empty(&surface->ivi->desktop_clients)) wl_signal_emit(&surface->signal_advertise_app, surface); - weston_compositor_schedule_repaint(surface->ivi->compositor); - switch (surface->role) { case IVI_SURFACE_ROLE_DESKTOP: case IVI_SURFACE_ROLE_REMOTE: |