mirror of
https://github.com/brl/mutter.git
synced 2024-12-25 04:22: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;
|
} 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,
|
||||||
|
Loading…
Reference in New Issue
Block a user