mirror of
https://github.com/brl/mutter.git
synced 2024-12-23 19:42:05 +00:00
cogl-primitives: Fix a typo in a function declaration
_cogl_framebuffer_draw_multitextured_rectangles had a typo in the function name in the declaration so it was generating a lot of compile warnings. Reviewed-by: Robert Bragg <robert@linux.intel.com>
This commit is contained in:
parent
3881fd3259
commit
f485fa6b21
@ -48,7 +48,7 @@ typedef struct _CoglMultiTexturedRect
|
||||
} CoglMultiTexturedRect;
|
||||
|
||||
void
|
||||
_cogl_framebuffer_draw_multitextued_rectangles (
|
||||
_cogl_framebuffer_draw_multitextured_rectangles (
|
||||
CoglFramebuffer *framebuffer,
|
||||
CoglPipeline *pipeline,
|
||||
CoglMultiTexturedRect *rects,
|
||||
|
Loading…
Reference in New Issue
Block a user