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},