mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-02-23 01:40:16 -05:00
opt: optimize init commit for no anim
This commit is contained in:
parent
79d7951205
commit
33a9d3c07b
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