From 09d33d4412b2dd40084d0400fb0d0beafa59fa47 Mon Sep 17 00:00:00 2001 From: DreamMaoMao <2523610504@qq.com> Date: Sat, 12 Jul 2025 10:44:05 +0800 Subject: [PATCH] fix: fix for merge --- src/maomao.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/maomao.c b/src/maomao.c index f525c52..301185b 100644 --- a/src/maomao.c +++ b/src/maomao.c @@ -367,7 +367,6 @@ typedef struct { struct dwl_animation animation; bool dirty; int noanim; - int noshadow; char *animation_type_open; char *animation_type_close; bool need_output_flush; @@ -2493,9 +2492,6 @@ void maplayersurfacenotify(struct wl_listener *listener, void *data) { if (config.layer_rules[ji].noanim > 0) { l->noanim = 1; } - if (config.layer_rules[ji].noshadow > 0) { - l->noshadow = 1; - } if (config.layer_rules[ji].animation_type_open) { l->animation_type_open = config.layer_rules[ji].animation_type_open;