[Cogl] [Patch][1.16] cogl.symbols: Make sure that cogl_is_atlas_texture is exported

Fan Chun-wei fanc999 at yahoo.com.tw
Tue Sep 10 00:59:23 PDT 2013


Hi,

I am attaching a patch for cogl.symbols so that cogl_is_atlas_texture is 
exported from the main Cogl DLL, which is an API that was exposed in a 
recent commit to cogl-1.16 and master.

With blessings,
Thank you!
-------------- next part --------------
From 24368d26c33d7d00a42777a00015d510ddb15fe0 Mon Sep 17 00:00:00 2001
From: Chun-wei Fan <fanchunwei at src.gnome.org>
Date: Tue, 10 Sep 2013 15:55:06 +0800
Subject: [PATCH] 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.
---
 cogl/cogl.symbols | 1 +
 1 file changed, 1 insertion(+)

diff --git a/cogl/cogl.symbols b/cogl/cogl.symbols
index c1cda83..8962676 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
-- 
1.8.3.msysgit.0


More information about the Cogl mailing list