diff options
| author | bakkeby <[email protected]> | 2020-05-26 20:53:53 +0200 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2020-05-26 20:53:53 +0200 |
| commit | e79aec52c28af424adf4b31ff5d4504303c61383 (patch) | |
| tree | 6f83c7749de60b70082bed83ea3bce420d89533f /drw.h | |
| parent | fc8434abd1218fc33a4418bcde31cef10c12ede7 (diff) | |
| download | dwm-flexipatch-e79aec52c28af424adf4b31ff5d4504303c61383.tar.gz dwm-flexipatch-e79aec52c28af424adf4b31ff5d4504303c61383.zip | |
Adding status2d patch
Diffstat (limited to 'drw.h')
| -rw-r--r-- | drw.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -13,9 +13,9 @@ typedef struct Fnt { } Fnt; #if FLOAT_BORDER_COLOR_PATCH -enum { ColFg, ColBg, ColBorder, ColFloat }; /* Clr scheme index */ +enum { ColFg, ColBg, ColBorder, ColFloat, ColCount }; /* Clr scheme index */ #else -enum { ColFg, ColBg, ColBorder }; /* Clr scheme index */ +enum { ColFg, ColBg, ColBorder, ColCount }; /* Clr scheme index */ #endif // FLOAT_BORDER_COLOR_PATCH typedef XftColor Clr; |
