mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2025-10-31 22:25:29 -04:00
opt: x11 app miss last frame scale
This commit is contained in:
parent
a34cde4e76
commit
ab95c110d9
1 changed files with 0 additions and 5 deletions
|
|
@ -5121,11 +5121,6 @@ void buffer_set_effect(Client *c, animationScale data) {
|
|||
data.should_scale = false;
|
||||
}
|
||||
|
||||
if (client_is_x11(c) && c->current.height >= c->animation.current.height &&
|
||||
c->current.width >= c->animation.current.width) {
|
||||
data.should_scale = false;
|
||||
}
|
||||
|
||||
if (c == grabc)
|
||||
data.should_scale = false;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue