summaryrefslogtreecommitdiff
path: root/test/get-clip.c
diff options
context:
space:
mode:
authorM Joonas Pihlaja <jpihlaja@cc.helsinki.fi>2009-02-16 14:01:43 +0200
committerM Joonas Pihlaja <jpihlaja@cc.helsinki.fi>2009-02-16 14:01:43 +0200
commite380beae5382df547a1b538de94e90c0e2339141 (patch)
tree525284338f744ac9f48dcea80313496fa440e161 /test/get-clip.c
parent79a72e63585d7fce7898f2c8bd997c6d88f8895f (diff)
[sdl] Remove new backend.
The SDL backend makes invalid assumptions about SDL_Surface locking semantics and doesn't deal correctly with the unpremultiplied pixel format supported by SDL. Removed as per discussion on the mailing list. http://lists.cairographics.org/archives/cairo/2009-February/016595.html
Diffstat (limited to 'test/get-clip.c')
-rw-r--r--test/get-clip.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/get-clip.c b/test/get-clip.c
index e246671a6..1a07f0128 100644
--- a/test/get-clip.c
+++ b/test/get-clip.c
@@ -129,7 +129,6 @@ draw (cairo_t *cr, int width, int height)
case CAIRO_SURFACE_TYPE_WIN32:
case CAIRO_SURFACE_TYPE_BEOS:
case CAIRO_SURFACE_TYPE_DIRECTFB:
- case CAIRO_SURFACE_TYPE_SDL:
uses_clip_rects = TRUE;
break;
case CAIRO_SURFACE_TYPE_QUARTZ: