diff options
author | Christopher Drelich <cd@cdrakka.com> | 2018-03-14 17:44:53 +0100 |
---|---|---|
committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2018-03-14 17:46:48 +0100 |
commit | 3cb34830eb25ebda15a23d8391fd69cddb4fc024 (patch) | |
tree | 2d8fb02e295f1bf15de62ed19b2d31e8ca876b23 /drw.h | |
parent | db2236001c1cb042a2f24052849da96578273b1c (diff) |
ColBorder has been moved to the enum with ColFg and ColBg.
Diffstat (limited to 'drw.h')
-rw-r--r-- | drw.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 { |