From a189861880aafcce760e3a142bc2d391f2801f64 Mon Sep 17 00:00:00 2001 From: Kirill Chibisov Date: Thu, 13 Jul 2023 11:06:54 +0400 Subject: Update winit to 0.29.1-beta Make use of new winit frame throttling mechanism used in RedrawRequested, which removes the need for having Wayland queue to ask for the frame callbacks. Fixes #7011. --- alacritty/src/renderer/mod.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'alacritty/src/renderer/mod.rs') diff --git a/alacritty/src/renderer/mod.rs b/alacritty/src/renderer/mod.rs index 98e29542..87ccf2f6 100644 --- a/alacritty/src/renderer/mod.rs +++ b/alacritty/src/renderer/mod.rs @@ -254,7 +254,6 @@ impl Renderer { } } - #[cfg(not(any(target_os = "macos", windows)))] pub fn finish(&self) { unsafe { gl::Finish(); -- cgit