JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
readded border color, this sucks least
[dwm.git] / main.c
diff --git a/main.c b/main.c
index 534402c..5efe599 100644 (file)
--- a/main.c
+++ b/main.c
@@ -217,6 +217,7 @@ main(int argc, char *argv[])
        /* style */
        dc.bg = getcolor(BGCOLOR);
        dc.fg = getcolor(FGCOLOR);
+       dc.border = getcolor(BORDERCOLOR);
        setfont(FONT);
 
        sx = sy = 0;