diff options
| author | bakkeby <[email protected]> | 2020-08-21 15:49:15 +0200 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2020-08-21 15:49:15 +0200 |
| commit | 81488b4862487c6debed8f447db217d2d2c78ecb (patch) | |
| tree | ef7fb92c9e68b5195dd0939a0db7d3c6d201d06b /drw.h | |
| parent | 6b9c484b787efaabf574a3f4217023aa87b5b5c4 (diff) | |
| download | dwm-flexipatch-81488b4862487c6debed8f447db217d2d2c78ecb.tar.gz dwm-flexipatch-81488b4862487c6debed8f447db217d2d2c78ecb.zip | |
Simplification of color configuration; settling on a set of color schemes that is shared between multiple patches (urgentborder, floatborder and titlecolor patches made non-optional)
Diffstat (limited to 'drw.h')
| -rw-r--r-- | drw.h | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -21,11 +21,7 @@ typedef struct Fnt { #endif // BAR_PANGO_PATCH } Fnt; -#if FLOAT_BORDER_COLOR_PATCH enum { ColFg, ColBg, ColBorder, ColFloat, ColCount }; /* Clr scheme index */ -#else -enum { ColFg, ColBg, ColBorder, ColCount }; /* Clr scheme index */ -#endif // FLOAT_BORDER_COLOR_PATCH typedef XftColor Clr; typedef struct { |
