diff options
author | M Joonas Pihlaja <jpihlaja@cc.helsinki.fi> | 2009-02-16 14:01:43 +0200 |
---|---|---|
committer | M Joonas Pihlaja <jpihlaja@cc.helsinki.fi> | 2009-02-16 14:01:43 +0200 |
commit | e380beae5382df547a1b538de94e90c0e2339141 (patch) | |
tree | 525284338f744ac9f48dcea80313496fa440e161 /doc | |
parent | 79a72e63585d7fce7898f2c8bd997c6d88f8895f (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 'doc')
-rw-r--r-- | doc/public/tmpl/cairo-surface.sgml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/public/tmpl/cairo-surface.sgml b/doc/public/tmpl/cairo-surface.sgml index f32dd49e..f7df8296 100644 --- a/doc/public/tmpl/cairo-surface.sgml +++ b/doc/public/tmpl/cairo-surface.sgml @@ -214,7 +214,6 @@ The Portable Network Graphics image file format (ISO/IEC 15948). Since 1.10 @CAIRO_SURFACE_TYPE_OS2: @CAIRO_SURFACE_TYPE_WIN32_PRINTING: @CAIRO_SURFACE_TYPE_QUARTZ_IMAGE: -@CAIRO_SURFACE_TYPE_SDL: @CAIRO_SURFACE_TYPE_SCRIPT: <!-- ##### FUNCTION cairo_surface_get_type ##### --> |