1
0
Fork 0
forked from wry/wry

tree: add WorkspaceDisplayOrder

This commit is contained in:
Julian Orth 2026-02-24 20:26:57 +01:00
parent 8b0bb61ee0
commit 1677d481f9
6 changed files with 40 additions and 15 deletions

View file

@ -47,7 +47,8 @@ use {
tree::{
Direction, FindTreeResult, FindTreeUsecase, FoundNode, Node, NodeId, NodeLayerLink,
NodeLocation, PinnedNode, StackedNode, TddType, TileDragDestination, Transform,
WorkspaceDragDestination, WorkspaceNode, WorkspaceNodeId, walker::NodeVisitor,
WorkspaceDisplayOrder, WorkspaceDragDestination, WorkspaceNode, WorkspaceNodeId,
walker::NodeVisitor,
},
utils::{
asyncevent::AsyncEvent,
@ -66,10 +67,7 @@ use {
},
},
ahash::AHashMap,
jay_config::{
video::{TearingMode as ConfigTearingMode, VrrMode as ConfigVrrMode},
workspace::WorkspaceDisplayOrder,
},
jay_config::video::{TearingMode as ConfigTearingMode, VrrMode as ConfigVrrMode},
smallvec::SmallVec,
std::{
cell::{Cell, RefCell},

View file

@ -22,8 +22,8 @@ use {
tree::{
ContainingNode, Direction, FindTreeResult, FindTreeUsecase, FloatNode, FoundNode, Node,
NodeId, NodeLayerLink, NodeLocation, NodeVisitorBase, OutputNode, OutputNodeId,
PlaceholderNode, StackedNode, ToplevelNode, container::ContainerNode,
walker::NodeVisitor,
PlaceholderNode, StackedNode, ToplevelNode, WorkspaceDisplayOrder,
container::ContainerNode, walker::NodeVisitor,
},
utils::{
clonecell::CloneCell,
@ -35,7 +35,6 @@ use {
},
wire::JayWorkspaceId,
},
jay_config::workspace::WorkspaceDisplayOrder,
std::{
cell::{Cell, RefCell},
fmt::Debug,