]> icculus.org git repositories - dana/openbox.git/blob - glft/glft.h
add support for shaped surfaces
[dana/openbox.git] / glft / glft.h
1 #ifndef __glft_h__
2 #define __glft_h__
3
4 #include <fontconfig/fontconfig.h>
5
6 struct GlftFont;
7
8 FcBool GlftInit();
9
10 #endif