diff options
Diffstat (limited to 'render/font.h')
| -rw-r--r-- | render/font.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/render/font.h b/render/font.h index 1ddeb047..8f0d4e6f 100644 --- a/render/font.h +++ b/render/font.h @@ -29,6 +29,7 @@ struct _RrFont { const RrInstance *inst; #ifdef USE_PANGO PangoFontDescription *pango_font_description; + PangoFontMetrics *pango_font_metrics; #endif /* USE_PANGO */ XftFont *xftfont; gint elipses_length; |
