aboutsummaryrefslogtreecommitdiff
path: root/src/utils/mod.rs
diff options
context:
space:
mode:
authorIvan Molodetskikh <yalterz@gmail.com>2025-11-20 12:55:45 +0300
committerIvan Molodetskikh <yalterz@gmail.com>2025-11-21 07:14:27 +0300
commit9d522ed51e75d1253793f9f5ec42b8faf36e47e7 (patch)
tree1cae16bfde4f02ea61eb64f31699f12cf55961be /src/utils/mod.rs
parent8ef5cc2297c18063907ab1d4d690162b5a58e54d (diff)
downloadniri-9d522ed51e75d1253793f9f5ec42b8faf36e47e7.tar.gz
niri-9d522ed51e75d1253793f9f5ec42b8faf36e47e7.tar.bz2
niri-9d522ed51e75d1253793f9f5ec42b8faf36e47e7.zip
tty: Throttle VBlanks on displays running faster than expected
Co-authored-by: Christian Meissl <meissl.christian@gmail.com> Co-authored-by: Scott McKendry <39483124+scottmckendry@users.noreply.github.com>
Diffstat (limited to 'src/utils/mod.rs')
-rw-r--r--src/utils/mod.rs1
1 files changed, 1 insertions, 0 deletions
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;