[cogl/lionel/introspection: 16/76] atlas-texture: add introspection support



commit 8e74876bec88c854012aeae03c49d7cef1108fa1
Author: Lionel Landwerlin <llandwerlin gmail com>
Date:   Tue Sep 3 15:27:29 2013 +0100

    atlas-texture: add introspection support

 cogl/cogl-atlas-texture.c |    1 +
 cogl/cogl-atlas-texture.h |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/cogl/cogl-atlas-texture.c b/cogl/cogl-atlas-texture.c
index 98d61ca..40681e2 100644
--- a/cogl/cogl-atlas-texture.c
+++ b/cogl/cogl-atlas-texture.c
@@ -45,6 +45,7 @@
 #include "cogl-sub-texture.h"
 #include "cogl-error-private.h"
 #include "cogl-texture-gl-private.h"
+#include "cogl-gtype-private.h"
 
 #include <stdlib.h>
 
diff --git a/cogl/cogl-atlas-texture.h b/cogl/cogl-atlas-texture.h
index 84bb3a8..2c7be4a 100644
--- a/cogl/cogl-atlas-texture.h
+++ b/cogl/cogl-atlas-texture.h
@@ -61,6 +61,7 @@ COGL_BEGIN_DECLS
 typedef struct _CoglAtlasTexture CoglAtlasTexture;
 #define COGL_ATLAS_TEXTURE(tex) ((CoglAtlasTexture *) tex)
 
+COGL_GTYPE_DECLARE_TYPE (atlas_texture);
 
 /**
  * cogl_atlas_texture_new_with_size:


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]