From cd98c717472f1bfb9677a85d0b0a64b9719ffa1f Mon Sep 17 00:00:00 2001 From: moetunes Date: Sun, 29 Jul 2012 10:47:33 +1000 Subject: [PATCH] No need to set the background for the GC's --- splitter_bar.c | 1 - 1 file changed, 1 deletion(-) diff --git a/splitter_bar.c b/splitter_bar.c index c5757cd..c86d523 100644 --- a/splitter_bar.c +++ b/splitter_bar.c @@ -346,7 +346,6 @@ int main(int argc, char ** argv){ XGCValues values; for(i=0;i<10;i++) { - values.background = theme[0].color; values.foreground = theme[i].color; values.line_width = 2; values.line_style = LineSolid;