diff options
Diffstat (limited to 'render/font.h')
| -rw-r--r-- | render/font.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/render/font.h b/render/font.h index 6f8d511c..1ddeb047 100644 --- a/render/font.h +++ b/render/font.h @@ -21,9 +21,15 @@ #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; |
