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 d0099e84bdff7d265d14fc3ae226b0881ba98ed6
parent 791c8bda54d3acfcffabba04ff1be38852c38435
Author: lumidify <nobody@lumidify.org>
Date:   Sat, 16 Jan 2021 22:56:07 +0100

Fix compilation with pango

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

diff --git a/text_pango.c b/text_pango.c @@ -10,6 +10,7 @@ #include <pango/pangoxft.h> +#include "color.h" #include "ltk.h" #include "util.h" #include "text.h"