mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2025-11-26 07:00:03 -05:00
opt: no scale x11 app in zoom in animaiton
This commit is contained in:
parent
d75edf1a2d
commit
e8e5d768c5
1 changed files with 4 additions and 0 deletions
|
|
@ -4537,6 +4537,10 @@ void buffer_set_size(Client *c, animationScale data) {
|
|||
return;
|
||||
}
|
||||
|
||||
if(client_is_x11(c) && c->current.height >= c->animation.current.height && c->current.width >= c->animation.current.width) {
|
||||
return;
|
||||
}
|
||||
|
||||
if (c == grabc)
|
||||
return;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue