[cogl/lionel/introspection-next: 9/44] atlas-texture: add introspection support



commit 11ad66dda3ec59cf36a247fd2de7a6e5c486aa59
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 c412a70..dbfb837 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 e4fc594..3430593 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]