mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-03-14 05:34:21 -04:00
opt: Initialize all Client Pointers to NULL
This commit is contained in:
parent
a765641f4c
commit
1eb5904aa6
8 changed files with 51 additions and 52 deletions
|
|
@ -2858,7 +2858,7 @@ void reapply_monitor_rules(void) {
|
|||
}
|
||||
|
||||
void reapply_border(void) {
|
||||
Client *c;
|
||||
Client *c = NULL;
|
||||
|
||||
// reset border width when config change
|
||||
wl_list_for_each(c, &clients, link) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue