autocommit 2022-04-20 16:11:37 CEST
This commit is contained in:
parent
fa1ec0b36c
commit
ab3c2e44f4
19 changed files with 409 additions and 210 deletions
|
|
@ -6,11 +6,12 @@ use {
|
|||
zwlr_layer_surface_v1::ZwlrLayerSurfaceV1,
|
||||
WlSurface,
|
||||
},
|
||||
tree::{ContainerNode, DisplayNode, FloatNode, Node, OutputNode, WorkspaceNode},
|
||||
tree::{
|
||||
ContainerNode, DisplayNode, FloatNode, Node, OutputNode, PlaceholderNode, WorkspaceNode,
|
||||
},
|
||||
},
|
||||
std::rc::Rc,
|
||||
};
|
||||
use crate::tree::PlaceholderNode;
|
||||
|
||||
pub trait NodeVisitorBase: Sized {
|
||||
fn visit_surface(&mut self, node: &Rc<WlSurface>) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue