From dc1d2b706ce43d9fb7caac75b839a0bfc6ded029 Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Wed, 24 Apr 2024 10:04:19 +0400 Subject: Implement ideal scale factor guessing --- 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 781eec65..db715874 100644 --- a/src/utils/mod.rs +++ b/src/utils/mod.rs @@ -15,6 +15,7 @@ use smithay::reexports::rustix::time::{clock_gettime, ClockId}; use smithay::utils::{Logical, Point, Rectangle, Size, Transform}; pub mod id; +pub mod scale; pub mod spawning; pub mod watcher; -- cgit