mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-06-19 12:28:30 +02:00
check: Make the newly added privates pass make check
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
parent
d4c59d6a8c
commit
9bf21c74ae
2 changed files with 6 additions and 0 deletions
|
|
@ -38,6 +38,9 @@
|
|||
#ifndef CAIRO_SURFACE_BACKEND_PRIVATE_H
|
||||
#define CAIRO_SURFACE_BACKEND_PRIVATE_H
|
||||
|
||||
#include "cairo-compiler-private.h"
|
||||
#include "cairo-error-private.h"
|
||||
|
||||
CAIRO_BEGIN_DECLS
|
||||
|
||||
struct _cairo_surface_backend {
|
||||
|
|
|
|||
|
|
@ -40,6 +40,9 @@
|
|||
|
||||
#include "test-compositor-surface.h"
|
||||
|
||||
#include "cairo-compiler-private.h"
|
||||
#include "cairo-compositor-private.h"
|
||||
|
||||
CAIRO_BEGIN_DECLS
|
||||
|
||||
cairo_private cairo_surface_t *
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue