tiling: Allow selecting groups
This commit is contained in:
parent
6d270dec14
commit
56131b13ae
4 changed files with 200 additions and 153 deletions
|
|
@ -55,6 +55,7 @@ pub struct WindowGroup {
|
|||
pub node: NodeId,
|
||||
pub output: WeakOutput,
|
||||
pub alive: Weak<()>,
|
||||
pub focus_stack: Vec<NodeId>,
|
||||
}
|
||||
|
||||
impl PartialEq for WindowGroup {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue