X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=render%2Frender.h;h=3e76ed8b97dc8e9c5593686ddd439066c11b832b;hb=174de91c343dfbdfe866e566393bf4790ae22596;hp=df81daf13efccc4d648250e592f5a3254be5d0b4;hpb=4460548ca005d208843a4bd7a5d2f1bacb797d6a;p=chaz%2Fopenbox diff --git a/render/render.h b/render/render.h index df81daf1..3e76ed8b 100644 --- a/render/render.h +++ b/render/render.h @@ -200,9 +200,9 @@ RrAppearance *RrAppearanceNew (const RrInstance *inst, gint numtex); RrAppearance *RrAppearanceCopy (RrAppearance *a); void RrAppearanceFree (RrAppearance *a); -int RrFontMeasureString (const RrFont *f, const gchar *str); -int RrFontHeight (const RrFont *f); -int RrFontMaxCharWidth (const RrFont *f); +gint RrFontMeasureString (const RrFont *f, const gchar *str); +gint RrFontHeight (const RrFont *f); +gint RrFontMaxCharWidth (const RrFont *f); void RrPaint (RrAppearance *a, Window win, gint w, gint h); void RrMinsize (RrAppearance *a, gint *w, gint *h);