summaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
authorBert Münnich <ber.t@posteo.de>2014-01-09 20:38:46 +0100
committerBert Münnich <ber.t@posteo.de>2014-01-09 20:38:46 +0100
commit48954a163a009200cc99498e13efec041c92a74b (patch)
treeaa6a60afdc80d0d8b0f8ad65363d401106337a3e /main.c
parent002c7e550bf7ebf7491fbaaa7c4f3710f871d76a (diff)
downloadnsxiv-48954a163a009200cc99498e13efec041c92a74b.tar.zst
Allow config.h to use multimedia keys (XF86_XK_*); fixes issue #123
Diffstat (limited to 'main.c')
-rw-r--r--main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.c b/main.c
index 2b4a632..fecde63 100644
--- a/main.c
+++ b/main.c
@@ -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"