diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-09-25 22:48:04 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-09-25 22:48:04 +0000 |
| commit | 4460548ca005d208843a4bd7a5d2f1bacb797d6a (patch) | |
| tree | 5e18fed270025614fc2168dfb36732d16024ec9f /render/render.h | |
| parent | caca123b908c24b9ff280b2958fcd60708cd117e (diff) | |
wrap public headers in G_BEGIN/END_DECLS
Diffstat (limited to 'render/render.h')
| -rw-r--r-- | render/render.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/render/render.h b/render/render.h index e29e74c1..df81daf1 100644 --- a/render/render.h +++ b/render/render.h @@ -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*/ |
