diff options
author | Anselm R Garbe <anselm@garbe.us> | 2013-04-17 21:21:47 +0200 |
---|---|---|
committer | Anselm R Garbe <anselm@garbe.us> | 2013-04-17 21:21:47 +0200 |
commit | f2544a331845ad80655c1f79c9dc61922fe3441c (patch) | |
tree | 759d6c9be0fee0c3c334c4653c6633cce90b3be4 /dwm.c | |
parent | continued with draw.c and draw.h implementation, now the integration begins (diff) | |
download | dwm-f2544a331845ad80655c1f79c9dc61922fe3441c.tar.gz dwm-f2544a331845ad80655c1f79c9dc61922fe3441c.tar.bz2 dwm-f2544a331845ad80655c1f79c9dc61922fe3441c.zip |
renamed draw into drw
Diffstat (limited to 'dwm.c')
-rw-r--r-- | dwm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dwm.c b/dwm.c index d9443da..7941bd1 100644 --- a/dwm.c +++ b/dwm.c @@ -40,7 +40,7 @@ #include <X11/extensions/Xinerama.h> #endif /* XINERAMA */ -#include "draw.h" +#include "drw.h" #include "util.h" /* macros */ |