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:
Neil Roberts 2012-03-20 12:41:58 +00:00
parent 3881fd3259
commit f485fa6b21

View File

@ -48,7 +48,7 @@ typedef struct _CoglMultiTexturedRect
} CoglMultiTexturedRect; } CoglMultiTexturedRect;
void void
_cogl_framebuffer_draw_multitextued_rectangles ( _cogl_framebuffer_draw_multitextured_rectangles (
CoglFramebuffer *framebuffer, CoglFramebuffer *framebuffer,
CoglPipeline *pipeline, CoglPipeline *pipeline,
CoglMultiTexturedRect *rects, CoglMultiTexturedRect *rects,