]> icculus.org git repositories - dana/openbox.git/blob - glft/glft.h
lots of API additions that I didn't forsee until putting it into use.
[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