[cogl] Fix cogl.symbols



commit 4fc6cf5e3c1478bc0a29dfaf2f6d9e84b9d29ccd
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>

 cogl/cogl.symbols |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/cogl/cogl.symbols b/cogl/cogl.symbols
index d0627b7..e41bf8d 100644
--- a/cogl/cogl.symbols
+++ b/cogl/cogl.symbols
@@ -212,7 +212,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



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