From f485fa6b21fc99fe9b794269debd1618ca344074 Mon Sep 17 00:00:00 2001 From: Neil Roberts Date: Tue, 20 Mar 2012 12:41:58 +0000 Subject: [PATCH] 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 --- cogl/cogl-primitives-private.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogl/cogl-primitives-private.h b/cogl/cogl-primitives-private.h index 2f09da5b5..859bcaed2 100644 --- a/cogl/cogl-primitives-private.h +++ b/cogl/cogl-primitives-private.h @@ -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,