1
0
Fork 0
forked from wry/wry

output: add flip-margin setter

This commit is contained in:
Julian Orth 2026-03-07 13:52:07 +01:00
parent 48852f45ff
commit 89c8692c94
2 changed files with 6 additions and 2 deletions

View file

@ -1540,6 +1540,10 @@ impl OutputNode {
log::error!("Could not set gamma_lut: {}", ErrorFmt(e));
})
}
pub fn set_flip_margin(&self, margin_ns: u64) {
self.flip_margin_ns.set(Some(margin_ns));
}
}
pub struct OutputTitle {