tree: add Transform
This commit is contained in:
parent
c99a2dfafa
commit
8b0bb61ee0
25 changed files with 153 additions and 136 deletions
|
|
@ -7,7 +7,8 @@ use {
|
|||
ifs::wl_output::BlendSpace,
|
||||
scale::Scale,
|
||||
tools::tool_client::{Handle, ToolClient, with_tool_client},
|
||||
utils::{errorfmt::ErrorFmt, ordered_float::F64, transform_ext::TransformExt},
|
||||
tree::Transform,
|
||||
utils::{errorfmt::ErrorFmt, ordered_float::F64},
|
||||
wire::{JayRandrId, jay_compositor, jay_randr},
|
||||
},
|
||||
clap::{
|
||||
|
|
@ -15,7 +16,7 @@ use {
|
|||
builder::{PossibleValue, PossibleValuesParser},
|
||||
},
|
||||
isnt::std_1::vec::IsntVecExt,
|
||||
jay_config::video::{TearingMode, Transform, VrrMode},
|
||||
jay_config::video::{TearingMode, VrrMode},
|
||||
linearize::LinearizeExt,
|
||||
std::{
|
||||
cell::RefCell,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue