diff options
author | Benjamin Otte <otte@redhat.com> | 2010-06-18 10:44:15 +0200 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2010-06-18 16:31:51 +0200 |
commit | f4da5048bf87df0651ec83ca3f1ad6a5af7eb16d (patch) | |
tree | c5f23442eb5b2502726d076573062cfbbc0c4ab4 | |
parent | d9179f480a43c7171806e2c33804aaae70a2cfa6 (diff) |
gl: cairo_warn about return value from cairo_gl_context_release()
-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 132fcb86..2ae1e1ee 100644 --- a/src/cairo-gl-private.h +++ b/src/cairo-gl-private.h @@ -297,7 +297,7 @@ _cairo_gl_context_acquire (cairo_device_t *device, return CAIRO_STATUS_SUCCESS; } -static cairo_always_inline cairo_status_t +static cairo_always_inline cairo_warn cairo_status_t _cairo_gl_context_release (cairo_gl_context_t *ctx) { cairo_status_t status; |