From 9d522ed51e75d1253793f9f5ec42b8faf36e47e7 Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Thu, 20 Nov 2025 12:55:45 +0300 Subject: tty: Throttle VBlanks on displays running faster than expected Co-authored-by: Christian Meissl Co-authored-by: Scott McKendry <39483124+scottmckendry@users.noreply.github.com> --- src/utils/mod.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/utils/mod.rs') diff --git a/src/utils/mod.rs b/src/utils/mod.rs index 9a32e60f..fdde46f8 100644 --- a/src/utils/mod.rs +++ b/src/utils/mod.rs @@ -38,6 +38,7 @@ pub mod scale; pub mod signals; pub mod spawning; pub mod transaction; +pub mod vblank_throttle; pub mod watcher; pub mod xwayland; -- cgit