ltkx

GUI toolkit for X11 (old)
git clone git://lumidify.org/ltkx.git (fast, but not encrypted)
git clone https://lumidify.org/ltkx.git (encrypted, but very slow)
git clone git://4kcetb7mo7hj6grozzybxtotsub5bempzo4lirzc3437amof2c2impyd.onion/ltkx.git (over tor)
Log | Files | Refs | README | LICENSE

ltkx.h (427B)


      1 /* This just includes all the other files for convenience */
      2 #include <X11/Xlib.h>
      3 #include <X11/Xutil.h>
      4 #include "khash.h"
      5 #include "ltk.h"
      6 #include "stb_truetype.h" /* http://nothings.org/stb/stb_truetype.h */
      7 #include <fontconfig/fontconfig.h>
      8 #include <fribidi.h>
      9 #include <harfbuzz/hb.h>
     10 #include <harfbuzz/hb-ot.h>
     11 #include "text_common.h"
     12 #include "button.h"
     13 #include "grid.h"
     14 #include "array.h"
     15 #include "text_edit.h"