[cogl/wip/rib/cogl-1.12: 3/101] Fix cogl.symbols



commit 3865186bd77f2f1c1291c31cc2d7ad27ec8636a0
Author: Chun-wei Fan <fanchunwei src gnome org>
Date:   Fri Mar 30 16:43:08 2012 +0800

    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 <neil linux intel com>
    
    (cherry picked from commit 4fc6cf5e3c1478bc0a29dfaf2f6d9e84b9d29ccd)

 cogl/cogl.symbols |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/cogl/cogl.symbols b/cogl/cogl.symbols
index c0017f3..8880c44 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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]