From 1de3ba9dc173f2f883c01a65e227e3c4617bc3ab Mon Sep 17 00:00:00 2001 From: Victoria Brekenfeld Date: Wed, 3 Aug 2022 16:42:09 +0200 Subject: [PATCH] compositor: Don't schedule a render twice --- src/wayland/handlers/compositor.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/wayland/handlers/compositor.rs b/src/wayland/handlers/compositor.rs index f79e3a49..9a6df091 100644 --- a/src/wayland/handlers/compositor.rs +++ b/src/wayland/handlers/compositor.rs @@ -35,8 +35,6 @@ impl State { } } } - self.backend - .schedule_render(&self.common.event_loop_handle, &output); } }