removed a bunch of lines through swap removal

This commit is contained in:
Anselm R. Garbe
2006-07-14 17:43:56 +02:00
parent 5b44976a2d
commit e7fa504c3e
5 changed files with 11 additions and 28 deletions

3
dwm.h
View File

@ -130,7 +130,7 @@ extern void zoom(Arg *arg);
extern void gravitate(Client *c, Bool invert);
/* draw.c */
extern void drawtext(const char *text, Bool border);
extern void drawtext(const char *text, Bool invert, Bool border);
extern unsigned long initcolor(const char *colstr);
extern void initfont(const char *fontstr);
extern unsigned int textnw(char *text, unsigned int len);
@ -153,4 +153,3 @@ extern void quit(Arg *arg);
extern void error(const char *errstr, ...);
extern void *emallocz(unsigned int size);
extern void spawn(Arg *arg);
extern void swap(void **p1, void **p2);