DPMS with wlr-output-power-management-unstable-v1 protocol

This commit is contained in:
Ian Douglas Scott 2024-08-16 20:49:59 -07:00 committed by Victoria Brekenfeld
parent 65a54706f5
commit ea27ec5e28
10 changed files with 390 additions and 5 deletions

View file

@ -43,6 +43,7 @@ mod drm_helpers;
pub mod render;
mod socket;
mod surface;
pub(crate) use surface::Surface;
use device::*;
pub use surface::Timings;