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
parent 0d4fa629f9
commit ec507d9b88
3 changed files with 128 additions and 104 deletions

View file

@ -306,6 +306,7 @@ struct view {
bool been_mapped;
bool minimized;
bool maximized;
uint32_t tiled; /* private, enum view_edge in src/view.c */
struct wlr_output *fullscreen;
/* geometry of the wlr_surface contained within the view */