diff options
Diffstat (limited to 'cogl/cogl-atlas-texture-private.h')
-rw-r--r-- | cogl/cogl-atlas-texture-private.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cogl/cogl-atlas-texture-private.h b/cogl/cogl-atlas-texture-private.h index 52fdf069..670eea45 100644 --- a/cogl/cogl-atlas-texture-private.h +++ b/cogl/cogl-atlas-texture-private.h @@ -68,7 +68,8 @@ _cogl_atlas_texture_new_with_size (CoglContext *ctx, int width, int height, CoglTextureFlags flags, - CoglPixelFormat internal_format); + CoglPixelFormat internal_format, + CoglError **error); void _cogl_atlas_texture_add_reorganize_callback (CoglContext *ctx, |