mirror of
https://github.com/niri-wm/niri.git
synced 2026-06-23 02:05:33 +07:00
Implement touch interactive resize
This commit is contained in:
@@ -2978,6 +2978,10 @@ impl<W: LayoutElement> Workspace<W> {
|
||||
}
|
||||
|
||||
pub fn interactive_resize_begin(&mut self, window: W::Id, edges: ResizeEdge) -> bool {
|
||||
if self.interactive_resize.is_some() {
|
||||
return false;
|
||||
}
|
||||
|
||||
let col = self
|
||||
.columns
|
||||
.iter_mut()
|
||||
|
||||
Reference in New Issue
Block a user