mirror of
https://github.com/vale981/bspwm
synced 2025-03-05 18:01:37 -05:00
Fix previous rule pointer not being initialized
This commit is contained in:
parent
e1e04bff2e
commit
65a84c1c7a
1 changed files with 1 additions and 0 deletions
1
types.c
1
types.c
|
@ -146,6 +146,7 @@ rule_t *make_rule(void)
|
|||
r->effect.floating = false;
|
||||
r->effect.monitor = NULL;
|
||||
r->effect.desktop = NULL;
|
||||
r->prev = NULL;
|
||||
r->next = NULL;
|
||||
return r;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue