opt: optimzie var name

This commit is contained in:
DreamMaoMao 2025-09-09 11:02:47 +08:00
parent b5a80d1e8d
commit b341ed2d00
3 changed files with 45 additions and 42 deletions

View file

@ -782,7 +782,7 @@ void resize(Client *c, struct wlr_box geo, int interact) {
c->need_output_flush = true;
c->dirty = true;
// oldgeom = c->geom;
// float_geom = c->geom;
bbox = (interact || c->isfloating || c->isfullscreen) ? &sgeom : &c->mon->w;
if (is_scroller_layout(c->mon) && (!c->isfloating || c == grabc)) {