Updated statuscolors patch

This commit is contained in:
2017-02-05 11:38:00 -05:00
parent 16a3334616
commit edd94ca487
3 changed files with 50 additions and 2 deletions

4
drw.h
View File

@ -55,3 +55,7 @@ int drw_text(Drw *drw, int x, int y, unsigned int w, unsigned int h, unsigned in
/* Map functions */
void drw_map(Drw *drw, Window win, int x, int y, unsigned int w, unsigned int h);
/* Drawing color text functions */
int drw_get_width(Drw *drw, int numcolors, const char *text);
int drw_color_text(Drw *drw, int x, int y, unsigned int w, unsigned int h, unsigned int lpad, const char *text, int invert, int numcolors, Scm *scheme);