mirror of
https://github.com/brl/mutter.git
synced 2024-12-23 19:42:05 +00:00
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)
This commit is contained in:
parent
fa88ed8d74
commit
e85a04f0ce
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user