JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
allow XF86XK_... keysyms in config.h
authorJason Woofenden <jason@jasonwoof.com>
Mon, 3 Apr 2017 07:34:12 +0000 (03:34 -0400)
committerJason Woofenden <jason@jasonwoof.com>
Mon, 3 Apr 2017 07:34:12 +0000 (03:34 -0400)
dwm.c

diff --git a/dwm.c b/dwm.c
index e1a7870..b42fb73 100644 (file)
--- a/dwm.c
+++ b/dwm.c
@@ -32,6 +32,7 @@
 #include <sys/wait.h>
 #include <X11/cursorfont.h>
 #include <X11/keysym.h>
+#include <X11/XF86keysym.h>
 #include <X11/Xatom.h>
 #include <X11/Xlib.h>
 #include <X11/Xproto.h>