dwm.h
changeset 647 fd2ea58b0b94
parent 644 1ed8c40dde36
child 649 d6023e0f3cf9
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 */