drawing border around sel item

This commit is contained in:
Anselm R.Garbe
2006-08-10 11:07:06 +02:00
parent 4318bf2905
commit dd902868df
2 changed files with 21 additions and 6 deletions

View File

@ -34,7 +34,7 @@ extern Display *dpy;
extern DC dc;
/* draw.c */
extern void drawtext(const char *text, Bool invert);
extern void drawtext(const char *text, Bool sel);
extern unsigned long getcolor(const char *colstr);
extern void setfont(const char *fontstr);
extern unsigned int textw(const char *text);