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 | aafeaf731701e528f4ae9d7c7432b3e92fee4392 (diff) |
renamed draw into drw
Diffstat (limited to 'dwm.c')
-rw-r--r-- | dwm.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -40,7 +40,7 @@ #include <X11/extensions/Xinerama.h> #endif /* XINERAMA */ -#include "draw.h" +#include "drw.h" #include "util.h" /* macros */ |