X-Git-Url: https://git.danieliu.xyz/?p=dwm.git;a=blobdiff_plain;f=drw.h;h=4bcd5addc613d5a0c73502b65b27489573460efa;hp=4c67419a98dd6d87e0b15e6f14094f24aa44c143;hb=3cb34830eb25ebda15a23d8391fd69cddb4fc024;hpb=db2236001c1cb042a2f24052849da96578273b1c 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 {