mirror of
https://github.com/labwc/labwc.git
synced 2025-11-07 13:30:06 -05:00
src/view.c: Convert SnapToEdge to use view_apply_xxx_geometry framework
This commit is contained in:
parent
992089e901
commit
3a4b55886d
3 changed files with 128 additions and 104 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue