Updated statuscolors patch
This commit is contained in:
4
drw.h
4
drw.h
@ -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);
|
||||
|
Reference in New Issue
Block a user