about summary refs log tree commit diff
path: root/dinput.c
diff options
context:
space:
mode:
authorConnor Lane Smith <cls@lubutu.com>2010-06-30 01:36:15 +0100
committerConnor Lane Smith <cls@lubutu.com>2010-06-30 01:36:15 +0100
commit26b9f3de0ffe471e5335b07454147457e373c037 (patch)
tree5480fedbc318d490a4e90c2104d6ba8c26258698 /dinput.c
parentresizing vlist, new dinput binding (diff)
downloaddmenu-26b9f3de0ffe471e5335b07454147457e373c037.tar.gz
dmenu-26b9f3de0ffe471e5335b07454147457e373c037.tar.bz2
dmenu-26b9f3de0ffe471e5335b07454147457e373c037.zip
libdraw now has own repo
Diffstat (limited to 'dinput.c')
-rw-r--r--dinput.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dinput.c b/dinput.c
index 6b78598..64ce036 100644
--- a/dinput.c
+++ b/dinput.c
@@ -12,6 +12,7 @@
 #ifdef XINERAMA
 #include <X11/extensions/Xinerama.h>
 #endif
+#include <draw.h>
 
 /* macros */
 #define CLEANMASK(mask)         (mask & ~(numlockmask | LockMask))
@@ -30,7 +31,6 @@ static void run(void);
 static void setup(Bool topbar);
 
 #include "config.h"
-#include "draw.h"
 
 /* variables */
 static char *prompt = NULL;