]> Dogcows Code - chaz/openbox/blobdiff - render/render.h
config option for icons in desktop menus
[chaz/openbox] / render / render.h
index df81daf13efccc4d648250e592f5a3254be5d0b4..ab481b40dd6de5f2a6b89b4f2bb7e7d8a55261d2 100644 (file)
@@ -20,6 +20,8 @@
 #ifndef __render_h
 #define __render_h
 
+#include "version.h"
+
 #include <X11/Xlib.h> /* some platforms dont include this as needed for Xft */
 #define _XFT_NO_COMPAT_ /* no Xft 1 API */
 #include <X11/Xft/Xft.h>
@@ -200,9 +202,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.021512 seconds and 4 git commands to generate.