renamed draw into drw

This commit is contained in:
Anselm R Garbe
2013-04-17 21:21:47 +02:00
parent aafeaf7317
commit f2544a3318
6 changed files with 265 additions and 268 deletions

2
dwm.c
View File

@ -40,7 +40,7 @@
#include <X11/extensions/Xinerama.h>
#endif /* XINERAMA */
#include "draw.h"
#include "drw.h"
#include "util.h"
/* macros */