diff options
author | Bert Münnich <ber.t@posteo.de> | 2014-01-09 20:38:46 +0100 |
---|---|---|
committer | Bert Münnich <ber.t@posteo.de> | 2014-01-09 20:38:46 +0100 |
commit | 48954a163a009200cc99498e13efec041c92a74b (patch) | |
tree | aa6a60afdc80d0d8b0f8ad65363d401106337a3e | |
parent | 002c7e550bf7ebf7491fbaaa7c4f3710f871d76a (diff) |
Allow config.h to use multimedia keys (XF86_XK_*); fixes issue #123
-rw-r--r-- | main.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -31,6 +31,7 @@ #include <sys/time.h> #include <sys/wait.h> #include <X11/keysym.h> +#include <X11/XF86keysym.h> #include "types.h" #include "commands.h" |