diff options
Diffstat (limited to 'src/cairo-gl-private.h')
-rw-r--r-- | src/cairo-gl-private.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cairo-gl-private.h b/src/cairo-gl-private.h index 8512ab59..90f0ebaf 100644 --- a/src/cairo-gl-private.h +++ b/src/cairo-gl-private.h @@ -137,7 +137,7 @@ typedef struct _cairo_gl_context { cairo_gl_glyph_cache_t glyph_cache[2]; cairo_list_t fonts; - void (*acquire) (void *ctx); + cairo_status_t (*acquire) (void *ctx); void (*release) (void *ctx); void (*make_current) (void *ctx, cairo_gl_surface_t *surface); |