From e85a04f0cef4cf6591cf2ab5a626ffc120cce500 Mon Sep 17 00:00:00 2001 From: Chun-wei Fan Date: Fri, 30 Mar 2012 16:43:08 +0800 Subject: [PATCH] Fix cogl.symbols cogl_framebuffer_draw_multitextured_rectangles is not in the public API list, it is instead _cogl_framebuffer_draw_multitextured_rectangles, which is private. (Sorry, I forgot to add the reviewed by line for the same patch in the cogl-1.10 branch :P) Reviewed-by: Neil Roberts (cherry picked from commit 4fc6cf5e3c1478bc0a29dfaf2f6d9e84b9d29ccd) --- cogl/cogl.symbols | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cogl/cogl.symbols b/cogl/cogl.symbols index c0017f3de..8880c44f1 100644 --- a/cogl/cogl.symbols +++ b/cogl/cogl.symbols @@ -222,7 +222,6 @@ cogl_framebuffer_clear cogl_framebuffer_discard_buffers cogl_framebuffer_draw_attributes cogl_framebuffer_draw_indexed_attributes -cogl_framebuffer_draw_multitextured_rectangles cogl_framebuffer_draw_primitive cogl_framebuffer_draw_rectangle cogl_framebuffer_draw_rectangles @@ -893,4 +892,4 @@ _cogl_texture_set_filters _cogl_texture_set_wrap_mode_parameters _cogl_texture_transform_coords_to_gl _cogl_texture_transform_quad_coords_to_gl -#endif \ No newline at end of file +#endif