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

@ -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 */