[cairo-commit] cairo/test cairo-test.c,1.52,1.53

Carl Worth commit at pdx.freedesktop.org
Thu Aug 18 09:19:23 PDT 2005


Committed by: cworth

Update of /cvs/cairo/cairo/test
In directory gabe:/tmp/cvs-serv20665/test

Modified Files:
	cairo-test.c 
Log Message:

2005-08-18  Carl Worth  <cworth at cworth.org>

        * test/cairo-test.c: (cairo_test_expecting): Disable
        not-yet-implemented quartz stuff.


Index: cairo-test.c
===================================================================
RCS file: /cvs/cairo/cairo/test/cairo-test.c,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -d -r1.52 -r1.53
--- cairo-test.c	5 Aug 2005 17:40:32 -0000	1.52
+++ cairo-test.c	18 Aug 2005 16:19:21 -0000	1.53
@@ -172,7 +172,7 @@
 }
 #endif
 
-#if CAIRO_HAS_QUARTZ_SURFACE
+#if 0 && CAIRO_HAS_QUARTZ_SURFACE
 static cairo_surface_t *
 create_quartz_surface (int width, int height, void **closure)
 {
@@ -505,7 +505,7 @@
 #if 0 /* #ifdef CAIRO_HAS_GLITZ_SURFACE */
 	    { "glitz", create_glitz_surface, cleanup_glitz}, 
 #endif
-#if CAIRO_HAS_QUARTZ_SURFACE
+#if 0 && CAIRO_HAS_QUARTZ_SURFACE
 	    { "quartz", create_quartz_surface, cleanup_quartz},
 #endif
 #if 0 && CAIRO_HAS_WIN32_SURFACE



More information about the cairo-commit mailing list