dwm.h
changeset 690 399f08187c27
parent 689 cbec08a54a15
child 697 4d12382fef8e
--- a/dwm.h	Sun Jan 14 22:37:34 2007 +0100
+++ b/dwm.h	Mon Jan 15 12:04:25 2007 +0100
@@ -117,9 +117,7 @@
 extern void unmanage(Client *c);		/* destroy c */
 
 /* draw.c */
-extern void drawall(void);			/* draw all visible client titles and the bar */
 extern void drawstatus(void);			/* draw the bar */
-extern void drawclient(Client *c);		/* draw title and set border of c */
 extern unsigned long getcolor(const char *colstr);	/* return color of colstr */
 extern void setfont(const char *fontstr);	/* set the font for DC */
 extern unsigned int textw(const char *text);	/* return the width of text in px*/