]> git.armaanb.net Git - dwm.git/blobdiff - drw.h
ColBorder has been moved to the enum with ColFg and ColBg.
[dwm.git] / drw.h
diff --git a/drw.h b/drw.h
index 4c67419a98dd6d87e0b15e6f14094f24aa44c143..4bcd5addc613d5a0c73502b65b27489573460efa 100644 (file)
--- a/drw.h
+++ b/drw.h
@@ -12,7 +12,7 @@ typedef struct Fnt {
        struct Fnt *next;
 } Fnt;
 
-enum { ColFg, ColBg }; /* Clr scheme index */
+enum { ColFg, ColBg, ColBorder }; /* Clr scheme index */
 typedef XftColor Clr;
 
 typedef struct {