mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2025-11-08 13:29:56 -05:00
fix: fix for merge
This commit is contained in:
parent
0fbb788e45
commit
09d33d4412
1 changed files with 0 additions and 4 deletions
|
|
@ -367,7 +367,6 @@ typedef struct {
|
||||||
struct dwl_animation animation;
|
struct dwl_animation animation;
|
||||||
bool dirty;
|
bool dirty;
|
||||||
int noanim;
|
int noanim;
|
||||||
int noshadow;
|
|
||||||
char *animation_type_open;
|
char *animation_type_open;
|
||||||
char *animation_type_close;
|
char *animation_type_close;
|
||||||
bool need_output_flush;
|
bool need_output_flush;
|
||||||
|
|
@ -2493,9 +2492,6 @@ void maplayersurfacenotify(struct wl_listener *listener, void *data) {
|
||||||
if (config.layer_rules[ji].noanim > 0) {
|
if (config.layer_rules[ji].noanim > 0) {
|
||||||
l->noanim = 1;
|
l->noanim = 1;
|
||||||
}
|
}
|
||||||
if (config.layer_rules[ji].noshadow > 0) {
|
|
||||||
l->noshadow = 1;
|
|
||||||
}
|
|
||||||
if (config.layer_rules[ji].animation_type_open) {
|
if (config.layer_rules[ji].animation_type_open) {
|
||||||
l->animation_type_open =
|
l->animation_type_open =
|
||||||
config.layer_rules[ji].animation_type_open;
|
config.layer_rules[ji].animation_type_open;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue