pango-compat.h - ledit - Text editor (WIP) | |
git clone git://lumidify.org/ledit.git (fast, but not encrypted) | |
git clone https://lumidify.org/ledit.git (encrypted, but very slow) | |
git clone git://4kcetb7mo7hj6grozzybxtotsub5bempzo4lirzc3437amof2c2impyd.onion/… | |
Log | |
Files | |
Refs | |
README | |
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… | |
9 #endif | |
10 | |
11 #endif |