mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2025-11-12 13:30:01 -05:00
opt: optimize init commit for no anim
This commit is contained in:
parent
2b6757f2ad
commit
1e4a26a4ca
2 changed files with 9 additions and 10 deletions
|
|
@ -776,6 +776,7 @@ void resize(Client *c, struct wlr_box geo, int interact) {
|
|||
return;
|
||||
|
||||
c->need_output_flush = true;
|
||||
c->dirty = true;
|
||||
|
||||
// oldgeom = c->geom;
|
||||
bbox = (interact || c->isfloating || c->isfullscreen) ? &sgeom : &c->mon->w;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue