URI: 
       pango-compat.h - ledit - Text editor (WIP)
  HTML git clone git://lumidify.org/ledit.git (fast, but not encrypted)
  HTML git clone https://lumidify.org/ledit.git (encrypted, but very slow)
  HTML git clone git://4kcetb7mo7hj6grozzybxtotsub5bempzo4lirzc3437amof2c2impyd.onion/ledit.git (over tor)
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
       pango-compat.h (219B)
       ---
            1 #ifndef _PANGO_COMPAT_H_
            2 #define _PANGO_COMPAT_H_
            3 
            4 #include <pango/pangoxft.h>
            5 
            6 //#if !PANGO_VERSION_CHECK(1, 46, 0)
            7 #if 1
            8 PangoDirection ledit_pango_layout_get_direction(PangoLayout *layout, int index);
            9 #endif
           10 
           11 #endif