summaryrefslogtreecommitdiff
path: root/cogl/cogl-offscreen.h
diff options
context:
space:
mode:
Diffstat (limited to 'cogl/cogl-offscreen.h')
-rw-r--r--cogl/cogl-offscreen.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cogl/cogl-offscreen.h b/cogl/cogl-offscreen.h
index 9ce428f1..8e228d4f 100644
--- a/cogl/cogl-offscreen.h
+++ b/cogl/cogl-offscreen.h
@@ -31,7 +31,7 @@
#include <cogl/cogl-types.h>
#include <cogl/cogl-texture.h>
-G_BEGIN_DECLS
+COGL_BEGIN_DECLS
/**
* SECTION:cogl-offscreen
@@ -82,6 +82,6 @@ cogl_offscreen_new_to_texture (CoglTexture *texture);
CoglBool
cogl_is_offscreen (void *object);
-G_END_DECLS
+COGL_END_DECLS
#endif /* __COGL_OFFSCREEN_H__ */