src/view.c: Convert SnapToEdge to use view_apply_xxx_geometry framework

This commit is contained in:
Consolatis 2022-07-01 02:07:40 +02:00 committed by Johan Malm
parent 992089e901
commit 3a4b55886d
3 changed files with 128 additions and 104 deletions

View file

@ -40,6 +40,7 @@ interactive_begin(struct view *view, enum input_mode mode, uint32_t edges)
return;
}
}
view->tiled = 0;
/*
* This function sets up an interactive move or resize operation, where