gl: Fix compilation failure for flush cleanup.

This commit is contained in:
Martin Robinson 2012-05-23 13:59:02 -07:00
parent bf9c295953
commit 52b7622a6c

View file

@ -747,8 +747,8 @@ _cairo_gl_composite_draw_triangles_with_clip_region (cairo_gl_context_t *ctx,
{
int i, num_rectangles;
if (!ctx->clip_region)
_cairo_gl_composite_draw_triangles (ctx, count)
if (!ctx->clip_region) {
_cairo_gl_composite_draw_triangles (ctx, count);
return;
}