X-Git-Url: https://git.xinqibao.xyz/dwm.git/blobdiff_plain/3756f7f6b8dccf7a31789ffaf073a76fd1a87eb9..d39e2f3441fe18aba8d1a62c08918a411ec6f237:/drw.h

diff --git a/drw.h b/drw.h
index 4c67419..4bcd5ad 100644
--- 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 {