mirror of
https://github.com/labwc/labwc.git
synced 2026-02-21 01:40:26 -05:00
Rename unmaximized_geometry to natural_geometry
This commit is contained in:
parent
02595eefaa
commit
5585977f72
3 changed files with 28 additions and 28 deletions
|
|
@ -312,8 +312,8 @@ struct view {
|
|||
/* geometry of the wlr_surface contained within the view */
|
||||
int x, y, w, h;
|
||||
|
||||
/* geometry before maximize */
|
||||
struct wlr_box unmaximized_geometry;
|
||||
/* user defined geometry before maximize / tiling / fullscreen */
|
||||
struct wlr_box natural_geometry;
|
||||
|
||||
/*
|
||||
* margin refers to the space between the extremities of the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue