diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2010-04-24 00:50:33 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2011-08-13 09:58:02 +0100 |
commit | 1ccd269a3f33684bfbedcd94ad9bca56b1404143 (patch) | |
tree | 0563b9114a6ddd752142232e0ae55f3e75816a90 /src/cairo-clip-private.h | |
parent | e849e7c9291d57c3749f499c7e410e7be452b455 (diff) |
skia: Update to use cairo_backend_t interface
Still hopelessly broken. Requires compiling cairo to use static linking
and then still requires manual linkage to workaround libtool. Lots of
functionality is still absent - we need to either find analogues to some
Cairo operations or implement fallbacks - but it is sufficient to
investigate how Skia functions in direct comparison with Cairo for
tessellation/rasterisation.
Caveat emptor.
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'src/cairo-clip-private.h')
-rw-r--r-- | src/cairo-clip-private.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cairo-clip-private.h b/src/cairo-clip-private.h index 53024716e..f2cfd63cc 100644 --- a/src/cairo-clip-private.h +++ b/src/cairo-clip-private.h @@ -41,6 +41,7 @@ #include "cairo-boxes-private.h" #include "cairo-compiler-private.h" +#include "cairo-error-private.h" #include "cairo-path-fixed-private.h" #include "cairo-reference-count-private.h" |