Initialize area queue head
Adding missing initialization for area queue head
This commit is contained in:
3
bar.c
3
bar.c
@@ -908,6 +908,9 @@ init (void)
|
|||||||
/* Initialiaze monitor list head and tail */
|
/* Initialiaze monitor list head and tail */
|
||||||
monhead = montail = NULL;
|
monhead = montail = NULL;
|
||||||
|
|
||||||
|
/* Initialize area queue list head */
|
||||||
|
aqueuehead = NULL;
|
||||||
|
|
||||||
/* Check if RandR is present */
|
/* Check if RandR is present */
|
||||||
qe_reply = xcb_get_extension_data(c, &xcb_randr_id);
|
qe_reply = xcb_get_extension_data(c, &xcb_randr_id);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user