summaryrefslogtreecommitdiffhomepage
path: root/drw.h
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2020-08-21 15:49:15 +0200
committerbakkeby <[email protected]>2020-08-21 15:49:15 +0200
commit81488b4862487c6debed8f447db217d2d2c78ecb (patch)
treeef7fb92c9e68b5195dd0939a0db7d3c6d201d06b /drw.h
parent6b9c484b787efaabf574a3f4217023aa87b5b5c4 (diff)
downloaddwm-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.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/drw.h b/drw.h
index 8630974..0e18068 100644
--- a/drw.h
+++ b/drw.h
@@ -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 {