1
0
Fork 0
forked from wry/wry

head-management: handle additional properties

This commit is contained in:
Julian Orth 2026-03-07 12:09:31 +01:00
parent cbe190274e
commit da01d7e0d3
5 changed files with 44 additions and 4 deletions

View file

@ -127,6 +127,7 @@ impl OutputSchedule {
Some(v) => v,
};
self.persistent.vrr_cursor_hz.set(hz);
self.connector.head_managers.handle_cursor_hz_change(hz);
self.cursor_delta_nsec.set(delta);
self.trigger();
}