From 127c082e83e5622540905e56d9300cb0bf276208 Mon Sep 17 00:00:00 2001 From: Axel Wagner Date: Thu, 4 Nov 2010 13:46:33 +0100 Subject: [PATCH] Call init_colors() earlier --- i3bar/src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i3bar/src/main.c b/i3bar/src/main.c index e50bcc40..9b6f9e12 100644 --- a/i3bar/src/main.c +++ b/i3bar/src/main.c @@ -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(); -- 2.39.5