mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-05 18:08:03 +02:00
gl: Fix compile error after rebase failure
This commit is contained in:
parent
292423c733
commit
729d00341c
1 changed files with 1 additions and 1 deletions
|
|
@ -435,7 +435,7 @@ cairo_gl_surface_create_for_texture (cairo_device_t *abstract_device,
|
|||
surface = (cairo_gl_surface_t *)
|
||||
_cairo_gl_surface_create_scratch_for_texture (ctx, content,
|
||||
tex, width, height);
|
||||
_cairo_gl_context_release (ctx);
|
||||
status = _cairo_gl_context_release (ctx, status);
|
||||
|
||||
return &surface->base;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue