Mercurial > dwm-meillo
comparison dwm.h @ 690:399f08187c27
removed drawclient and drawall (they performed useless operations/consumed useless cpu cycles)
author | Anselm R. Garbe <arg@suckless.org> |
---|---|
date | Mon, 15 Jan 2007 12:04:25 +0100 |
parents | cbec08a54a15 |
children | 4d12382fef8e |
comparison
equal
deleted
inserted
replaced
689:cbec08a54a15 | 690:399f08187c27 |
---|---|
115 extern void updatesizehints(Client *c); /* update the size hint variables of c */ | 115 extern void updatesizehints(Client *c); /* update the size hint variables of c */ |
116 extern void updatetitle(Client *c); /* update the name of c */ | 116 extern void updatetitle(Client *c); /* update the name of c */ |
117 extern void unmanage(Client *c); /* destroy c */ | 117 extern void unmanage(Client *c); /* destroy c */ |
118 | 118 |
119 /* draw.c */ | 119 /* draw.c */ |
120 extern void drawall(void); /* draw all visible client titles and the bar */ | |
121 extern void drawstatus(void); /* draw the bar */ | 120 extern void drawstatus(void); /* draw the bar */ |
122 extern void drawclient(Client *c); /* draw title and set border of c */ | |
123 extern unsigned long getcolor(const char *colstr); /* return color of colstr */ | 121 extern unsigned long getcolor(const char *colstr); /* return color of colstr */ |
124 extern void setfont(const char *fontstr); /* set the font for DC */ | 122 extern void setfont(const char *fontstr); /* set the font for DC */ |
125 extern unsigned int textw(const char *text); /* return the width of text in px*/ | 123 extern unsigned int textw(const char *text); /* return the width of text in px*/ |
126 | 124 |
127 /* event.c */ | 125 /* event.c */ |