comparison dwm.h @ 647:fd2ea58b0b94

renamed drawtitle into drawclient
author Anselm R. Garbe <arg@suckless.org>
date Thu, 04 Jan 2007 14:17:25 +0100
parents 1ed8c40dde36
children d6023e0f3cf9
comparison
equal deleted inserted replaced
646:665e78838cbb 647:fd2ea58b0b94
122 extern void unmanage(Client *c); /* destroy c */ 122 extern void unmanage(Client *c); /* destroy c */
123 123
124 /* draw.c */ 124 /* draw.c */
125 extern void drawall(void); /* draw all visible client titles and the bar */ 125 extern void drawall(void); /* draw all visible client titles and the bar */
126 extern void drawstatus(void); /* draw the bar */ 126 extern void drawstatus(void); /* draw the bar */
127 extern void drawtitle(Client *c); /* draw title of c */ 127 extern void drawclient(Client *c); /* draw title of c */
128 extern unsigned long getcolor(const char *colstr); /* return color of colstr */ 128 extern unsigned long getcolor(const char *colstr); /* return color of colstr */
129 extern void setfont(const char *fontstr); /* set the font for DC */ 129 extern void setfont(const char *fontstr); /* set the font for DC */
130 extern unsigned int textw(const char *text); /* return the width of text in px*/ 130 extern unsigned int textw(const char *text); /* return the width of text in px*/
131 131
132 /* event.c */ 132 /* event.c */