ltk

Socket-based GUI for X11 (WIP)
git clone git://lumidify.org/ltk.git (fast, but not encrypted)
git clone https://lumidify.org/git/ltk.git (encrypted, but very slow)
Log | Files | Refs | README | LICENSE

commit 6b197acfae171f5db4ef485cf5fc503287c52752
parent 50e3df1c749c8140ee3fa9be926e6591e329c6b9
Author: lumidify <nobody@lumidify.org>
Date:   Sat, 30 Jan 2021 18:01:27 +0100

Merge branch 'master' of lumidify.org:/var/git/ltk into master

Diffstat:
Mbox.c | 1+
Mdraw.c | 1+
Mgrid.c | 1+
Mltkd.c | 1+
4 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/box.c b/box.c @@ -24,6 +24,7 @@ #include <stdio.h> #include <stdlib.h> #include <stdarg.h> +#include <stdint.h> #include <X11/Xlib.h> #include <X11/Xutil.h> diff --git a/draw.c b/draw.c @@ -25,6 +25,7 @@ #include <stdlib.h> #include <string.h> #include <stdarg.h> +#include <stdint.h> #include <X11/Xlib.h> #include <X11/Xutil.h> diff --git a/grid.c b/grid.c @@ -31,6 +31,7 @@ #include <stdio.h> #include <stdlib.h> #include <stdarg.h> +#include <stdint.h> #include <X11/Xlib.h> #include <X11/Xutil.h> diff --git a/ltkd.c b/ltkd.c @@ -34,6 +34,7 @@ #include <stdarg.h> #include <unistd.h> #include <signal.h> +#include <stdint.h> #include <sys/un.h> #include <sys/stat.h>