From ab95c110d9800f4b124c306fdeae25588f766783 Mon Sep 17 00:00:00 2001 From: DreamMaoMao <2523610504@qq.com> Date: Sat, 14 Jun 2025 11:59:43 +0800 Subject: [PATCH] opt: x11 app miss last frame scale --- src/maomao.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/maomao.c b/src/maomao.c index 5328260..b4c3769 100644 --- a/src/maomao.c +++ b/src/maomao.c @@ -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;