ltkx

GUI toolkit for X11 (WIP)
git clone git://lumidify.org/ltkx.git
Log | Files | Refs | README | LICENSE

README (292B)


      1 khash.h: khint32_t is defined in terms of either unsigned int or unsigned long - 
      2 I hope this really works properly because it *must* be 32 bits for combining
      3 16 bit font id and 16 bit font size into one number
      4 
      5 Possibly add code as fallback for uint8_t, etc. if not implemented in stdint.h?