mirror of
https://github.com/labwc/labwc.git
synced 2026-02-05 04:06:33 -05:00
view: rename last_layout_geometry to last_placement.layout_geo
This commit is contained in:
parent
20929c0484
commit
ee52853e69
2 changed files with 8 additions and 6 deletions
|
|
@ -218,7 +218,9 @@ struct view {
|
|||
* last pending position will be saved so the view may be restored
|
||||
* to its original location on a subsequent layout change.
|
||||
*/
|
||||
struct wlr_box last_layout_geometry;
|
||||
struct {
|
||||
struct wlr_box layout_geo;
|
||||
} last_placement;
|
||||
/* Set temporarily when moving view due to layout change */
|
||||
bool adjusting_for_layout_change;
|
||||
/* True if original output was disconnected or disabled */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue