diff --git a/ChangeLog b/ChangeLog index f7f950cd6..d055c9916 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-08-18 Carl Worth + + * test/cairo-test.c: (cairo_test_expecting): Disable + not-yet-implemented quartz stuff. + 2005-08-18 Billy Biggs * doc/public/version.xml.in: Add an autoconf-generated version diff --git a/test/cairo-test.c b/test/cairo-test.c index 6759c849a..7ea2a3645 100644 --- a/test/cairo-test.c +++ b/test/cairo-test.c @@ -172,7 +172,7 @@ cleanup_glitz (cairo_t *cr) } #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 @@ cairo_test_expecting (cairo_test_t *test, cairo_test_draw_function_t draw, #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