Merge pull request #712 from kotarac/flip-margin
cli: always show flip margin
This commit is contained in:
commit
9140df81be
1 changed files with 4 additions and 6 deletions
|
|
@ -1023,12 +1023,10 @@ impl Randr {
|
||||||
println!(" transform: {}", name);
|
println!(" transform: {}", name);
|
||||||
}
|
}
|
||||||
if let Some(flip_margin_ns) = o.flip_margin_ns {
|
if let Some(flip_margin_ns) = o.flip_margin_ns {
|
||||||
if flip_margin_ns != 1_500_000 {
|
println!(
|
||||||
println!(
|
" flip margin: {:?}",
|
||||||
" flip margin: {:?}",
|
Duration::from_nanos(flip_margin_ns)
|
||||||
Duration::from_nanos(flip_margin_ns)
|
);
|
||||||
);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
if o.supported_color_spaces.is_not_empty() {
|
if o.supported_color_spaces.is_not_empty() {
|
||||||
println!(" color spaces:");
|
println!(" color spaces:");
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue