mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2025-11-02 09:01:43 -05:00
fix: error judge for center rule
This commit is contained in:
parent
97ee16e78d
commit
02c88ed144
1 changed files with 2 additions and 2 deletions
|
|
@ -1101,8 +1101,8 @@ void parse_config_line(Config *config, const char *line) {
|
|||
rule->offsety = 0;
|
||||
rule->scratchpad_width = 0;
|
||||
rule->scratchpad_height = 0;
|
||||
rule->width = -1;
|
||||
rule->height = -1;
|
||||
rule->width = 0;
|
||||
rule->height = 0;
|
||||
rule->animation_type_open = NULL;
|
||||
rule->animation_type_close = NULL;
|
||||
rule->scroller_proportion = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue