head-management: handle additional properties
This commit is contained in:
parent
cbe190274e
commit
da01d7e0d3
5 changed files with 44 additions and 4 deletions
|
|
@ -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();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue