]> Dogcows Code - chaz/openbox/blobdiff - render/render.h
consistant glib type usage
[chaz/openbox] / render / render.h
index df81daf13efccc4d648250e592f5a3254be5d0b4..3e76ed8b97dc8e9c5593686ddd439066c11b832b 100644 (file)
@@ -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);
This page took 0.022843 seconds and 4 git commands to generate.