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

compat.h (114B)


      1 #ifndef _LTK_COMPAT_H_
      2 #define _LTK_COMPAT_H_
      3 
      4 #if USE_PANGO == 1
      5 #undef USE_XFT
      6 #define USE_XFT 1
      7 #endif
      8 
      9 #endif