summaryrefslogtreecommitdiffhomepage
path: root/drw.h
diff options
context:
space:
mode:
Diffstat (limited to 'drw.h')
-rw-r--r--drw.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/drw.h b/drw.h
index 2408a5f..8630974 100644
--- a/drw.h
+++ b/drw.h
@@ -70,24 +70,14 @@ void drw_font_getexts(Fnt *font, const char *text, unsigned int len, unsigned in
void drw_clr_create(
Drw *drw,
Clr *dest,
- #if BAR_VTCOLORS_PATCH
- const char clrname[]
- #else
const char *clrname
- #endif // BAR_VTCOLORS_PATCH
#if BAR_ALPHA_PATCH
, unsigned int alpha
#endif // BAR_ALPHA_PATCH
);
Clr *drw_scm_create(
Drw *drw,
- #if BAR_VTCOLORS_PATCH
- char clrnames[][8],
- #elif XRDB_PATCH
char *clrnames[],
- #else
- const char *clrnames[],
- #endif // BAR_VTCOLORS_PATCH / XRDB_PATCH
#if BAR_ALPHA_PATCH
const unsigned int alphas[],
#endif // BAR_ALPHA_PATCH