diff options
author | Daniel Carl <danielcarl@gmx.de> | 2013-07-18 00:23:35 +0200 |
---|---|---|
committer | Daniel Carl <danielcarl@gmx.de> | 2013-07-18 00:34:40 +0200 |
commit | a7e680b82067182f125732f68e3afca9181a8d4b (patch) | |
tree | 2bd96ea9487af7c609ade533246ae34f51413188 /src/hints.c | |
parent | ed5dc684ed524f01c6dfd3396bed8c5054cbcdba (diff) |
Moved default config from config.h to own file.
This make the inclusion if the config.h file easier.
Diffstat (limited to 'src/hints.c')
-rw-r--r-- | src/hints.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hints.c b/src/hints.c index 701c4e6..6d9c146 100644 --- a/src/hints.c +++ b/src/hints.c @@ -20,6 +20,7 @@ #include <gdk/gdkkeysyms.h> #include <gdk/gdkkeysyms-compat.h> #include "hints.h" +#include "config.h" #include "dom.h" #include "command.h" #include "hints.js.h" @@ -36,7 +37,6 @@ static struct { } hints; extern VbCore vb; -extern const unsigned int MAXIMUM_HINTS; static void run_script(char *js); static void fire(); |