From fda4cc7a0167a821ed2ac9e350ef8132bf9f88e6 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 80c1e59..fdc6058 100644 --- a/src/maomao.c +++ b/src/maomao.c @@ -5340,11 +5340,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;