mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-01 10:18:09 +02:00
image: silence make check
The check for standalone headers requires that the cairo-image-surface-inline.h include the cairo-surface-private.h Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
parent
98c3ed1dbd
commit
2c6ba9a873
3 changed files with 4 additions and 3 deletions
|
|
@ -38,6 +38,7 @@
|
|||
#ifndef CAIRO_IMAGE_SURFACE_INLINE_H
|
||||
#define CAIRO_IMAGE_SURFACE_INLINE_H
|
||||
|
||||
#include "cairo-surface-private.h"
|
||||
#include "cairo-image-surface-private.h"
|
||||
|
||||
CAIRO_BEGIN_DECLS
|
||||
|
|
|
|||
|
|
@ -105,6 +105,9 @@ struct _cairo_surface {
|
|||
cairo_font_options_t font_options;
|
||||
};
|
||||
|
||||
cairo_private cairo_surface_t *
|
||||
_cairo_surface_create_in_error (cairo_status_t status);
|
||||
|
||||
cairo_private cairo_surface_t *
|
||||
_cairo_int_surface_create_in_error (cairo_int_status_t status);
|
||||
|
||||
|
|
|
|||
|
|
@ -1255,9 +1255,6 @@ _cairo_stroke_style_dash_approximate (const cairo_stroke_style_t *style,
|
|||
|
||||
/* cairo-surface.c */
|
||||
|
||||
cairo_private cairo_surface_t *
|
||||
_cairo_surface_create_in_error (cairo_status_t status);
|
||||
|
||||
cairo_private cairo_status_t
|
||||
_cairo_surface_copy_mime_data (cairo_surface_t *dst,
|
||||
cairo_surface_t *src);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue