diff options
Diffstat (limited to 'render/render.h')
| -rw-r--r-- | render/render.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/render/render.h b/render/render.h index ab481b40..3ff0636b 100644 --- a/render/render.h +++ b/render/render.h @@ -20,6 +20,7 @@ #ifndef __render_h #define __render_h +#include "geom.h" #include "version.h" #include <X11/Xlib.h> /* some platforms dont include this as needed for Xft */ @@ -202,7 +203,7 @@ RrAppearance *RrAppearanceNew (const RrInstance *inst, gint numtex); RrAppearance *RrAppearanceCopy (RrAppearance *a); void RrAppearanceFree (RrAppearance *a); -gint RrFontMeasureString (const RrFont *f, const gchar *str); +RrSize *RrFontMeasureString (const RrFont *f, const gchar *str); gint RrFontHeight (const RrFont *f); gint RrFontMaxCharWidth (const RrFont *f); |
