fixed missed XF86 key include dwm

This commit is contained in:
2015-05-17 21:51:33 -06:00
parent 9aa8a44ee5
commit 9129108092
+2
View File
@@ -1,4 +1,6 @@
/* See LICENSE file for copyright and license details. */
/*includes*/
#include <X11/XF86keysym.h> /*Needed for mulitmedia keys*/
/* appearance */
static const char font[] = "Inconsolata-12";