mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-04-06 07:15:53 -04:00
一点小错误修复
This commit is contained in:
parent
343fecae8a
commit
3e26bbbeb1
1 changed files with 1 additions and 1 deletions
2
maomao.c
2
maomao.c
|
|
@ -3655,7 +3655,7 @@ void scene_buffer_apply_size(struct wlr_scene_buffer *buffer, int sx, int sy, vo
|
||||||
}
|
}
|
||||||
|
|
||||||
void buffer_set_size(Client *c, animationScale data) {
|
void buffer_set_size(Client *c, animationScale data) {
|
||||||
if (c->animation.current.width <= c->current.width && c->animation.current.height <= c->geom.height) {
|
if (c->animation.current.width <= c->geom.width && c->animation.current.height <= c->geom.height) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if(c->iskilling|| c->animation.tagouting || c->animation.tagining || c->animation.tagouted) {
|
if(c->iskilling|| c->animation.tagouting || c->animation.tagining || c->animation.tagouted) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue