summaryrefslogtreecommitdiff
path: root/test/get-clip.c
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2009-07-15 16:37:25 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2009-07-17 11:50:02 +0100
commit52fa8760aeef38abbab0484a6978adaf4f100f90 (patch)
tree916eda04b5bc1bc81d8c716e5b79bcc4bea9f294 /test/get-clip.c
parent34d5b862bce3e9273391eb5d2c384394cca94d2d (diff)
Add OpenVG backend.
Based on the work by Øyvind Kolås and Pierre Tardy -- many thanks to Pierre for pushing this backend for inclusion as well as testing and reviewing my initial patch. And many more thanks to pippin for writing the backend in the first place! Hacked and chopped by myself into a suitable basis for a backend. Quite a few issues remain open, but would seem to be ready for testing on suitable hardware.
Diffstat (limited to 'test/get-clip.c')
-rw-r--r--test/get-clip.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/get-clip.c b/test/get-clip.c
index c7414b4ac..5232a0e00 100644
--- a/test/get-clip.c
+++ b/test/get-clip.c
@@ -141,6 +141,7 @@ draw (cairo_t *cr, int width, int height)
case CAIRO_SURFACE_TYPE_SCRIPT:
case CAIRO_SURFACE_TYPE_QT:
case CAIRO_SURFACE_TYPE_META:
+ case CAIRO_SURFACE_TYPE_VG:
default:
uses_clip_rects = FALSE;
break;