[cogl/lionel/introspection-next: 8/42] atlas-texture: add introspection support
- From: Lionel Landwerlin <llandwerlin src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [cogl/lionel/introspection-next: 8/42] atlas-texture: add introspection support
- Date: Tue, 10 Dec 2013 21:50:57 +0000 (UTC)
commit 755ab849ca396fb42b55ae75f49ae3cfea5d41f2
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 4e8623d..1384d93 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]