summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeil Roberts <neil@linux.intel.com>2012-03-20 12:41:58 +0000
committerNeil Roberts <neil@linux.intel.com>2012-03-20 12:41:58 +0000
commitf485fa6b21fc99fe9b794269debd1618ca344074 (patch)
tree8cf2e4f36128e0a34a7f534fa784926a0a67d064
parent3881fd32595c8748e61164320805910a02937db7 (diff)
downloadcogl-f485fa6b21fc99fe9b794269debd1618ca344074.tar.gz
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>
-rw-r--r--cogl/cogl-primitives-private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cogl/cogl-primitives-private.h b/cogl/cogl-primitives-private.h
index 2f09da5b..859bcaed 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,