all repos — openbox @ 2870457bf55ca2b755f73b67626532e02d9473b8

openbox fork - make it a bit more like ryudo

decalre variables before code!
Dana Jansens danakj@orodu.net
commit

2870457bf55ca2b755f73b67626532e02d9473b8

parent

7f561a6a7acee71d55eecc9ed2bd278147ce2536

1 files changed, 2 insertions(+), 1 deletions(-)

jump to
M render/color.crender/color.c

@@ -14,10 +14,11 @@ }

color_rgb *color_parse(char *colorname) { + XColor xcol; + g_assert(colorname != NULL); // get rgb values from colorname - XColor xcol; xcol.red = 0; xcol.green = 0; xcol.blue = 0;