include <X11/keysym.h> for compatibility with libtinyx11 - thinglaunch - A simp… | |
git clone git://bitreich.org/thinglaunch | |
Log | |
Files | |
Refs | |
Tags | |
LICENSE | |
--- | |
commit 4e3211426e2b708b932040e32befb60aa40f04d9 | |
parent d2b718ab6c586f855e56041dced3c2472db5c8ea | |
Author: Josuah Demangeon <[email protected]> | |
Date: Sun, 9 Dec 2018 09:46:37 +0100 | |
include <X11/keysym.h> for compatibility with libtinyx11 | |
https://github.com/idunham/tinyxlib | |
The issue was undefined XK_* symbols. | |
Signed-off-by: Christoph Lohmann <[email protected]> | |
Diffstat: | |
M thinglaunch.c | 1 + | |
1 file changed, 1 insertion(+), 0 deletions(-) | |
--- | |
diff --git a/thinglaunch.c b/thinglaunch.c | |
@@ -6,6 +6,7 @@ | |
* Matt Johnston <[email protected]>. See LICENSE.orig for his messages. | |
*/ | |
#include <unistd.h> | |
+#include <X11/keysym.h> | |
#include <X11/Xlib.h> | |
#include <X11/Xatom.h> | |
#include <X11/Xutil.h> |