JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
readded border color, this sucks least
[dwm.git] / dwm.h
diff --git a/dwm.h b/dwm.h
index 78a984e..88640b8 100644 (file)
--- a/dwm.h
+++ b/dwm.h
@@ -43,6 +43,7 @@ struct DC { /* draw context */
        int x, y, w, h;
        unsigned long bg;
        unsigned long fg;
+       unsigned long border;
        Drawable drawable;
        Fnt font;
        GC gc;