summaryrefslogtreecommitdiff
path: root/src/cairo-backend-private.h
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2010-04-24 00:50:33 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2011-08-13 09:58:02 +0100
commit1ccd269a3f33684bfbedcd94ad9bca56b1404143 (patch)
tree0563b9114a6ddd752142232e0ae55f3e75816a90 /src/cairo-backend-private.h
parente849e7c9291d57c3749f499c7e410e7be452b455 (diff)
downloadcairo-1ccd269a3f33684bfbedcd94ad9bca56b1404143.tar.gz
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-backend-private.h')
-rw-r--r--src/cairo-backend-private.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cairo-backend-private.h b/src/cairo-backend-private.h
index e09b43650..1dd5ea083 100644
--- a/src/cairo-backend-private.h
+++ b/src/cairo-backend-private.h
@@ -40,6 +40,7 @@
typedef enum _cairo_backend_type {
CAIRO_TYPE_DEFAULT,
+ CAIRO_TYPE_SKIA,
} cairo_backend_type_t;
struct _cairo_backend {