diff options
author | Chun-wei Fan <fanchunwei@src.gnome.org> | 2013-09-10 15:55:06 +0800 |
---|---|---|
committer | Robert Bragg <robert@linux.intel.com> | 2013-10-28 16:34:57 +0000 |
commit | e0e3eba0ddaa243fbe2fb69c2f96687ed4338384 (patch) | |
tree | 7f10ef7cd226cfa8933461a2a572bc4b6d2b5f83 /cogl/cogl.symbols | |
parent | c1724eff6096033de4931fbc03ead14c71f252f5 (diff) | |
download | cogl-e0e3eba0ddaa243fbe2fb69c2f96687ed4338384.tar.gz |
cogl.symbols: Make Sure cogl_is_atlas_texture is Exported
cogl_is_atlas_texture is supposed to be exported from the DLL/.so, so
update the cogl.symbols file to ensure this.
Reviewed-by: Robert Bragg <robert@linux.intel.com>
(cherry picked from commit 13e037f096de5742db769500b4c0018249d8f8e4)
Diffstat (limited to 'cogl/cogl.symbols')
-rw-r--r-- | cogl/cogl.symbols | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cogl/cogl.symbols b/cogl/cogl.symbols index c1cda83d..89626763 100644 --- a/cogl/cogl.symbols +++ b/cogl/cogl.symbols @@ -362,6 +362,7 @@ cogl_indices_new_for_buffer cogl_indices_set_offset cogl_indices_type_get_type +cogl_is_atlas_texture cogl_is_attribute cogl_is_attribute_buffer cogl_is_bitmap |