mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-15 02:08:04 +02:00
Disable not-yet-implemented quartz stuff.
This commit is contained in:
parent
93e521ce19
commit
7a9d207040
2 changed files with 7 additions and 2 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2005-08-18 Carl Worth <cworth@cworth.org>
|
||||
|
||||
* test/cairo-test.c: (cairo_test_expecting): Disable
|
||||
not-yet-implemented quartz stuff.
|
||||
|
||||
2005-08-18 Billy Biggs <vektor@dumbterm.net>
|
||||
|
||||
* doc/public/version.xml.in: Add an autoconf-generated version
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue