view: rename last_layout_geometry to last_placement.layout_geo

This commit is contained in:
tokyo4j 2026-01-12 17:44:20 +09:00 committed by Hiroaki Yamamoto
parent 20929c0484
commit ee52853e69
2 changed files with 8 additions and 6 deletions

View file

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