summaryrefslogtreecommitdiff
path: root/test/cairo-test-runner.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/cairo-test-runner.c
parent79a72e63585d7fce7898f2c8bd997c6d88f8895f (diff)
downloadcairo-e380beae5382df547a1b538de94e90c0e2339141.tar.gz
[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/cairo-test-runner.c')
-rw-r--r--test/cairo-test-runner.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/cairo-test-runner.c b/test/cairo-test-runner.c
index 1d79c7e3a..0f437c4cc 100644
--- a/test/cairo-test-runner.c
+++ b/test/cairo-test-runner.c
@@ -33,10 +33,6 @@
#undef CAIRO_VERSION_MICRO
#include "../cairo-version.h"
-#if CAIRO_HAS_SDL_SURFACE
-#include <SDL_main.h>
-#endif
-
#include <pixman.h> /* for version information */
/* Coregraphics doesn't seem to like being forked and reports: