1
0
Fork 0
forked from wry/wry

idle_notifier: respect idle inhibitors for v1

This commit is contained in:
Julian Orth 2025-01-23 16:42:32 +01:00
parent 6f5693648a
commit 6140b77741
4 changed files with 45 additions and 13 deletions

View file

@ -203,6 +203,7 @@ fn start_compositor2(
timeout_changed: Default::default(),
inhibitors: Default::default(),
inhibitors_changed: Default::default(),
inhibited_idle_notifications: Default::default(),
backend_idle: Cell::new(true),
},
run_args,