shell: Generalize move grab
This commit is contained in:
parent
9b70372f44
commit
a8a5ee466a
9 changed files with 73 additions and 53 deletions
3
src/shell/layout/tiling/grabs/mod.rs
Normal file
3
src/shell/layout/tiling/grabs/mod.rs
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
mod resize;
|
||||
|
||||
pub use self::resize::*;
|
||||
|
|
@ -19,7 +19,7 @@ use smithay::{
|
|||
utils::{IsAlive, Logical, Point},
|
||||
};
|
||||
|
||||
use super::{Data, TilingLayout};
|
||||
use super::super::{Data, TilingLayout};
|
||||
|
||||
#[derive(Debug, Clone, PartialEq)]
|
||||
pub struct ResizeForkTarget {
|
||||
Loading…
Add table
Add a link
Reference in a new issue