summaryrefslogtreecommitdiff
path: root/src/cairo-type3-glyph-surface-private.h
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2013-06-20 11:09:53 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2013-06-20 11:09:53 +0100
commit80641f4adc3e2ca16e67110e7b82f42e88efd93e (patch)
tree79171f83d6f4fe72eb612d7de1aee0ba580bc1fd /src/cairo-type3-glyph-surface-private.h
parentd4545910e2836eb6fc7dc2ed787b02aea514cb0b (diff)
downloadcairo-80641f4adc3e2ca16e67110e7b82f42e88efd93e.tar.gz
pdf: Improve consistency in use of cairo_int_status_t
Suppress several compiler warning for mixing cairo_status_t/cairo_int_status_t enums. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'src/cairo-type3-glyph-surface-private.h')
-rw-r--r--src/cairo-type3-glyph-surface-private.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/cairo-type3-glyph-surface-private.h b/src/cairo-type3-glyph-surface-private.h
index b4abcf604..6cd37de5c 100644
--- a/src/cairo-type3-glyph-surface-private.h
+++ b/src/cairo-type3-glyph-surface-private.h
@@ -45,8 +45,9 @@
#include "cairo-surface-clipper-private.h"
#include "cairo-pdf-operators-private.h"
-typedef cairo_status_t (*cairo_type3_glyph_surface_emit_image_t) (cairo_image_surface_t *image,
- cairo_output_stream_t *stream);
+typedef cairo_int_status_t
+(*cairo_type3_glyph_surface_emit_image_t) (cairo_image_surface_t *image,
+ cairo_output_stream_t *stream);
typedef struct cairo_type3_glyph_surface {
cairo_surface_t base;