crates/gpui/src/platform/linux/x11/client.rs 🔗
@@ -1793,6 +1793,7 @@ impl X11ClientState {
drop(state);
window.refresh(RequestFrameOptions {
require_presentation: expose_event_received,
+ force_render: false,
});
}
xcb_connection