diff --git a/cogl/cogl-texture-2d-private.h b/cogl/cogl-texture-2d-private.h index e6dad37cb..9c303414e 100644 --- a/cogl/cogl-texture-2d-private.h +++ b/cogl/cogl-texture-2d-private.h @@ -59,6 +59,9 @@ struct _CoglTexture2D GQuark _cogl_handle_texture_2d_get_type (void); +gboolean +_cogl_is_texture_2d (CoglHandle object); + CoglHandle _cogl_texture_2d_new_with_size (unsigned int width, unsigned int height,