1
0
Fork 0
forked from wry/wry

head-management: move min/max scale to compositor

This commit is contained in:
Julian Orth 2026-03-07 14:05:58 +01:00
parent 1f42bfde3c
commit ba6943b77f
2 changed files with 4 additions and 3 deletions

View file

@ -105,6 +105,9 @@ use {
pub const MAX_EXTENTS: i32 = (1 << 22) - 1;
pub const MIN_SCALE: Scale = Scale::from_wl(60);
pub const MAX_SCALE: Scale = Scale::from_int(16);
pub fn start_compositor(global: GlobalArgs, args: RunArgs) {
sighand::reset_all();
let reaper_pid = ensure_reaper();