mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-03-04 23:30:35 +01:00
quartz: Fix compilation
cairo-image-surface-private.h is needed in order to access cairo_image_surface_t fields. Fixes multiple build errors: dereferencing pointer to incomplete type
This commit is contained in:
parent
6fd174b423
commit
0c620080af
2 changed files with 2 additions and 0 deletions
|
|
@ -38,6 +38,7 @@
|
|||
|
||||
#include <dlfcn.h>
|
||||
|
||||
#include "cairo-image-surface-private.h"
|
||||
#include "cairo-quartz.h"
|
||||
#include "cairo-quartz-private.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -41,6 +41,7 @@
|
|||
|
||||
#include "cairo-default-context-private.h"
|
||||
#include "cairo-error-private.h"
|
||||
#include "cairo-image-surface-private.h"
|
||||
#include "cairo-pattern-private.h"
|
||||
#include "cairo-surface-clipper-private.h"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue