summaryrefslogtreecommitdiff
path: root/src/cairo-types-private.h
diff options
context:
space:
mode:
authorAndrea Canciani <ranma42@gmail.com>2011-07-30 18:14:51 +0200
committerAndrea Canciani <ranma42@gmail.com>2011-07-31 13:05:21 +0200
commitf6b30686ca637b504d6caabb40773f1aadcee3fe (patch)
tree6e4b9417463b05ea6177ac0056adad20173a6fcb /src/cairo-types-private.h
parent5e223c1c73a7c3af550987a30246e7f1761808f5 (diff)
Fix make check
This fixes multiple failures when checking if headers can be used standalone.
Diffstat (limited to 'src/cairo-types-private.h')
-rw-r--r--src/cairo-types-private.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cairo-types-private.h b/src/cairo-types-private.h
index bed641211..c797c1a46 100644
--- a/src/cairo-types-private.h
+++ b/src/cairo-types-private.h
@@ -78,6 +78,7 @@ typedef struct _cairo_rectangle_int16 cairo_glyph_size_t;
typedef struct _cairo_scaled_font_backend cairo_scaled_font_backend_t;
typedef struct _cairo_scaled_font_subsets cairo_scaled_font_subsets_t;
typedef struct _cairo_solid_pattern cairo_solid_pattern_t;
+typedef struct _cairo_surface_attributes cairo_surface_attributes_t;
typedef struct _cairo_surface_backend cairo_surface_backend_t;
typedef struct _cairo_surface_snapshot cairo_surface_snapshot_t;
typedef struct _cairo_surface_subsurface cairo_surface_subsurface_t;