tree: add TileState
This commit is contained in:
parent
727a1bc68b
commit
c99a2dfafa
6 changed files with 46 additions and 14 deletions
|
|
@ -96,8 +96,8 @@ use {
|
|||
tree::{
|
||||
ContainerNode, ContainerSplit, Direction, DisplayNode, FindTreeUsecase, FloatNode,
|
||||
FoundNode, LatchListener, Node, NodeIds, NodeVisitorBase, OutputNode, PlaceholderNode,
|
||||
TearingMode, ToplevelData, ToplevelNode, ToplevelNodeBase, VrrMode, WorkspaceNode,
|
||||
WsMoveConfig, generic_node_visitor, move_ws_to_output,
|
||||
TearingMode, TileState, ToplevelData, ToplevelNode, ToplevelNodeBase, VrrMode,
|
||||
WorkspaceNode, WsMoveConfig, generic_node_visitor, move_ws_to_output,
|
||||
},
|
||||
udmabuf::UdmabufHolder,
|
||||
utils::{
|
||||
|
|
@ -135,7 +135,7 @@ use {
|
|||
},
|
||||
ahash::AHashMap,
|
||||
bstr::ByteSlice,
|
||||
jay_config::{PciId, video::Transform, window::TileState, workspace::WorkspaceDisplayOrder},
|
||||
jay_config::{PciId, video::Transform, workspace::WorkspaceDisplayOrder},
|
||||
std::{
|
||||
cell::{Cell, RefCell},
|
||||
fmt::{Debug, Formatter},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue