Call init_colors() earlier
This commit is contained in:
parent
214382a030
commit
127c082e83
@ -187,9 +187,9 @@ int main(int argc, char **argv) {
|
||||
|
||||
main_loop = ev_default_loop(0);
|
||||
|
||||
init_colors(&colors);
|
||||
init_xcb(fontname);
|
||||
|
||||
init_colors(&colors);
|
||||
free_colors(&colors);
|
||||
|
||||
init_outputs();
|
||||
|
Loading…
Reference in New Issue
Block a user