From 043fe41d05fee15b62b54f4e4d278b50ca693b7b Mon Sep 17 00:00:00 2001 From: micah Date: Sat, 19 Dec 2020 15:43:53 -0500 Subject: [PATCH] don't call on_frame on expose events in x11 backend --- src/x11/window.rs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/x11/window.rs b/src/x11/window.rs index 224d8d3..bc04844 100644 --- a/src/x11/window.rs +++ b/src/x11/window.rs @@ -314,10 +314,6 @@ impl Window { //// // window //// - xcb::EXPOSE => { - handler.on_frame(); - } - xcb::CLIENT_MESSAGE => { let event = unsafe { xcb::cast_event::(&event) };