dwm-meillo

diff 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
line diff
     1.1 --- a/dwm.h	Sun Jan 14 22:37:34 2007 +0100
     1.2 +++ b/dwm.h	Mon Jan 15 12:04:25 2007 +0100
     1.3 @@ -117,9 +117,7 @@
     1.4  extern void unmanage(Client *c);		/* destroy c */
     1.5  
     1.6  /* draw.c */
     1.7 -extern void drawall(void);			/* draw all visible client titles and the bar */
     1.8  extern void drawstatus(void);			/* draw the bar */
     1.9 -extern void drawclient(Client *c);		/* draw title and set border of c */
    1.10  extern unsigned long getcolor(const char *colstr);	/* return color of colstr */
    1.11  extern void setfont(const char *fontstr);	/* set the font for DC */
    1.12  extern unsigned int textw(const char *text);	/* return the width of text in px*/