autocommit 2022-01-08 18:38:24 CET
This commit is contained in:
parent
33549184d4
commit
d061a5c313
38 changed files with 179 additions and 371 deletions
|
|
@ -1,5 +1,4 @@
|
|||
use crate::backend::{Output, OutputId};
|
||||
use crate::ifs::wl_seat::WlSeatGlobal;
|
||||
use crate::ifs::wl_surface::xdg_surface::xdg_toplevel::XdgToplevel;
|
||||
use crate::utils::copyhashmap::CopyHashMap;
|
||||
use crate::utils::linkedlist::{LinkedList, Node as LinkedNode};
|
||||
|
|
@ -47,12 +46,6 @@ pub enum NodeKind {
|
|||
Container(Rc<ContainerNode>),
|
||||
}
|
||||
|
||||
impl NodeKind {
|
||||
pub async fn leave(&self, seat: &WlSeatGlobal) {}
|
||||
|
||||
pub async fn enter(&self, seat: &WlSeatGlobal) {}
|
||||
}
|
||||
|
||||
#[derive(Copy, Clone, Debug, Eq, PartialEq, Default)]
|
||||
pub struct NodeExtents {
|
||||
pub x: i32,
|
||||
|
|
@ -195,6 +188,7 @@ impl Node for ToplevelNode {
|
|||
}
|
||||
}
|
||||
|
||||
#[allow(dead_code)]
|
||||
#[derive(Copy, Clone, Debug, Eq, PartialEq)]
|
||||
pub enum ContainerSplit {
|
||||
Horizontal,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue