thinglaunch

A simple command and password prompter for X11.
git clone git://r-36.net/thinglaunch
Log | Files | Refs | LICENSE

commit 4e3211426e2b708b932040e32befb60aa40f04d9
parent d2b718ab6c586f855e56041dced3c2472db5c8ea
Author: Josuah Demangeon <mail@josuah.net>
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 <20h@r-36.net>

Diffstat:
thinglaunch.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/thinglaunch.c b/thinglaunch.c @@ -6,6 +6,7 @@ * Matt Johnston <matt@ucc.asn.au>. 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>