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 ad0cb56260b44997474ce30b98f0d96013b84073
parent f2c76a1f2598c0004315b637d70c8c9671457172
Author: lumidify <nobody@lumidify.org>
Date:   Sat, 20 Feb 2021 18:02:27 +0100

Fix compilation on linux

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

diff --git a/memory.c b/memory.c @@ -27,6 +27,7 @@ #include <X11/Xutil.h> #include <stdarg.h> #include <string.h> +#include <stdint.h> #include "color.h" #include "ltk.h"