From 3cb34830eb25ebda15a23d8391fd69cddb4fc024 Mon Sep 17 00:00:00 2001 From: Christopher Drelich Date: Wed, 14 Mar 2018 17:44:53 +0100 Subject: ColBorder has been moved to the enum with ColFg and ColBg. --- drw.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '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 { -- cgit v1.2.3