[cairo-commit] cairomm/cairomm surface.h,1.15,1.16
Jonathon Jongsma
commit at pdx.freedesktop.org
Tue Jul 4 11:50:04 PDT 2006
Committed by: jjongsma
Update of /cvs/cairo/cairomm/cairomm
In directory kemper:/tmp/cvs-serv1936/cairomm
Modified Files:
surface.h
Log Message:
2006-07-04 Jonathon Jongsma <jonathon.jongsma at gmail.com>
* cairomm/surface.h: Remove comments stating that PDF, PS, and SVG are
experimental surfaces. As of 1.2.0, these three surfaces are officially
supported by the cairo library.
Index: surface.h
===================================================================
RCS file: /cvs/cairo/cairomm/cairomm/surface.h,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- surface.h 4 Jul 2006 18:42:18 -0000 1.15
+++ surface.h 4 Jul 2006 18:50:02 -0000 1.16
@@ -29,7 +29,6 @@
//See xlib_surface.h for XlibSurface.
//See win32_surface.h for Win32Surface.
-// Experimental surfaces
#ifdef CAIRO_HAS_PDF_SURFACE
#include <cairo-pdf.h>
#endif // CAIRO_HAS_PDF_SURFACE
@@ -39,6 +38,8 @@
#ifdef CAIRO_HAS_SVG_SURFACE
#include <cairo-svg.h>
#endif // CAIRO_HAS_SVG_SURFACE
+
+// Experimental surfaces
#ifdef CAIRO_HAS_GLITZ_SURFACE
#include <cairo-glitz.h>
#endif // CAIRO_HAS_GLITZ_SURFACE
@@ -354,10 +355,6 @@
};
-/*******************************************************************************
- * THE FOLLOWING SURFACE TYPES ARE EXPERIMENTAL AND NOT FULLY SUPPORTED
- ******************************************************************************/
-
#ifdef CAIRO_HAS_PDF_SURFACE
/** A PdfSurface provides a way to render PDF documents from cairo. This
@@ -366,9 +363,6 @@
*
* \note For this Surface to be available, cairo must have been compiled with
* PDF support
- *
- * \warning This is an experimental surface. It is not yet marked as a fully
- * supported surface by the cairo library
*/
class PdfSurface : public Surface
{
@@ -430,9 +424,6 @@
*
* \note For this Surface to be available, cairo must have been compiled with
* PostScript support
- *
- * \warning This is an experimental surface. It is not yet marked as a fully
- * supported surface by the cairo library
*/
class PsSurface : public Surface
{
@@ -527,9 +518,6 @@
*
* \note For this Surface to be available, cairo must have been compiled with
* SVG support
- *
- * \warning This is an experimental surface. It is not yet marked as a fully
- * supported surface by the cairo library
*/
class SvgSurface : public Surface
{
@@ -597,6 +585,10 @@
#endif // CAIRO_HAS_SVG_SURFACE
+/*******************************************************************************
+ * THE FOLLOWING SURFACE TYPES ARE EXPERIMENTAL AND NOT FULLY SUPPORTED
+ ******************************************************************************/
+
#ifdef CAIRO_HAS_GLITZ_SURFACE
/** A GlitzSurface provides a way to render to the X Window System using Glitz.
More information about the cairo-commit
mailing list