URI: 
       tFix compilation with pango - ltk - Socket-based GUI for X11 (WIP)
  HTML git clone git://lumidify.org/ltk.git (fast, but not encrypted)
  HTML git clone https://lumidify.org/git/ltk.git (encrypted, but very slow)
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit d0099e84bdff7d265d14fc3ae226b0881ba98ed6
   DIR parent 791c8bda54d3acfcffabba04ff1be38852c38435
  HTML Author: lumidify <nobody@lumidify.org>
       Date:   Sat, 16 Jan 2021 22:56:07 +0100
       
       Fix compilation with pango
       
       Diffstat:
         M text_pango.c                        |       1 +
       
       1 file changed, 1 insertion(+), 0 deletions(-)
       ---
   DIR diff --git a/text_pango.c b/text_pango.c
       t@@ -10,6 +10,7 @@
        
        #include <pango/pangoxft.h>
        
       +#include "color.h"
        #include "ltk.h"
        #include "util.h"
        #include "text.h"