Call init_colors() earlier

next
Axel Wagner 2010-11-04 13:46:33 +01:00
parent 214382a030
commit 127c082e83
1 changed files with 1 additions and 1 deletions

View File

@ -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();