]> Dogcows Code - chaz/openbox/blobdiff - render/font.h
Pango! yay. Patch mostly by Mohammed Sameer, fixed some memleaks and ifdeffed by...
[chaz/openbox] / render / font.h
index 6f8d511ce2340eb4ae9165e87de3f901b6a88632..1ddeb0475c8e7c584a75969415e7a2bbffda624b 100644 (file)
 #define __font_h
 #include "render.h"
 #include "geom.h"
+#ifdef USE_PANGO
+#include <pango/pango.h>
+#endif /* USE_PANGO */
 
 struct _RrFont {
     const RrInstance *inst;
+#ifdef USE_PANGO
+    PangoFontDescription *pango_font_description;
+#endif /* USE_PANGO */
     XftFont *xftfont;
     gint elipses_length;
     gint shadow;
This page took 0.022921 seconds and 4 git commands to generate.