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