fixed comment of drawclient()
d7ec23a5
1 file(s) · +1 −1
| 124 | 124 | /* draw.c */ |
|
| 125 | 125 | extern void drawall(void); /* draw all visible client titles and the bar */ |
|
| 126 | 126 | extern void drawstatus(void); /* draw the bar */ |
|
| 127 | - | extern void drawclient(Client *c); /* draw title of c */ |
|
| 127 | + | extern void drawclient(Client *c); /* draw title and set border of c */ |
|
| 128 | 128 | extern unsigned long getcolor(const char *colstr); /* return color of colstr */ |
|
| 129 | 129 | extern void setfont(const char *fontstr); /* set the font for DC */ |
|
| 130 | 130 | extern unsigned int textw(const char *text); /* return the width of text in px*/ |