]> Dogcows Code - chaz/openbox/blobdiff - render/render.h
beta6
[chaz/openbox] / render / render.h
index e29e74c19c4d27753fe3e1f125fc8d65f417cad6..df81daf13efccc4d648250e592f5a3254be5d0b4 100644 (file)
@@ -25,6 +25,8 @@
 #include <X11/Xft/Xft.h>
 #include <glib.h>
 
+G_BEGIN_DECLS
+
 typedef union  _RrTextureData      RrTextureData;
 typedef struct _RrAppearance       RrAppearance;
 typedef struct _RrSurface          RrSurface;
@@ -210,4 +212,6 @@ gboolean RrPixmapToRGBA(const RrInstance *inst,
                         Pixmap pmap, Pixmap mask,
                         gint *w, gint *h, RrPixel32 **data);
 
+G_END_DECLS
+
 #endif /*__render_h*/
This page took 0.025061 seconds and 4 git commands to generate.