mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-09 04:58:04 +02:00
gl: Fix compilation failure for flush cleanup.
This commit is contained in:
parent
bf9c295953
commit
52b7622a6c
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue