mirror of
https://github.com/brl/mutter.git
synced 2024-12-23 11:32:04 +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
|
||||
@ -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
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user