[cairo-commit] cairo/src cairo-pdf-surface.c,1.64,1.65

Carl Worth commit at pdx.freedesktop.org
Thu Oct 13 20:15:32 PDT 2005


Committed by: cworth

Update of /cvs/cairo/cairo/src
In directory gabe:/tmp/cvs-serv1218/src

Modified Files:
	cairo-pdf-surface.c 
Log Message:

2005-10-13  Carl Worth  <cworth at cworth.org>

        * src/cairo-pdf-surface.c: (emit_surface_pattern): Add comment for
        obviously broken function.


Index: cairo-pdf-surface.c
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo-pdf-surface.c,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -d -r1.64 -r1.65
--- cairo-pdf-surface.c	13 Oct 2005 23:55:14 -0000	1.64
+++ cairo-pdf-surface.c	14 Oct 2005 03:15:29 -0000	1.65
@@ -794,6 +794,8 @@
     unsigned int id, alpha;
     cairo_matrix_t pm;
 
+    /* XXX: This is broken. We need new code here to actually emit the
+     * PDF surface. */
     if (pattern->surface->backend == &cairo_pdf_surface_backend)
 	return CAIRO_STATUS_SUCCESS;
 



More information about the cairo-commit mailing list