[cogl] cogl-primitives: Fix a typo in a function declaration
- From: Neil Roberts <nroberts src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [cogl] cogl-primitives: Fix a typo in a function declaration
- Date: Tue, 20 Mar 2012 12:51:38 +0000 (UTC)
commit f485fa6b21fc99fe9b794269debd1618ca344074
Author: Neil Roberts <neil linux intel com>
Date: Tue Mar 20 12:41:58 2012 +0000
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>
cogl/cogl-primitives-private.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/cogl/cogl-primitives-private.h b/cogl/cogl-primitives-private.h
index 2f09da5..859bcae 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,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]