summaryrefslogtreecommitdiff
path: root/cogl/cogl/cogl-atlas-texture-private.h
diff options
context:
space:
mode:
Diffstat (limited to 'cogl/cogl/cogl-atlas-texture-private.h')
-rw-r--r--cogl/cogl/cogl-atlas-texture-private.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cogl/cogl/cogl-atlas-texture-private.h b/cogl/cogl/cogl-atlas-texture-private.h
index e5d143021..336bf1cfa 100644
--- a/cogl/cogl/cogl-atlas-texture-private.h
+++ b/cogl/cogl/cogl-atlas-texture-private.h
@@ -65,12 +65,12 @@ CoglAtlasTexture *
_cogl_atlas_texture_new_from_bitmap (CoglBitmap *bmp,
gboolean can_convert_in_place);
-void
+COGL_EXPORT void
_cogl_atlas_texture_add_reorganize_callback (CoglContext *ctx,
GHookFunc callback,
void *user_data);
-void
+COGL_EXPORT void
_cogl_atlas_texture_remove_reorganize_callback (CoglContext *ctx,
GHookFunc callback,
void *user_data);