[quartz] don't say we forced subpixel AA when we didn't

Whoops.  Net result was that this was disabling subpixel AA on
contexts if CAIRO_ANTIALIAS_DEFAULT was being used.
This commit is contained in:
Vladimir Vukicevic 2008-03-14 23:23:16 -07:00 committed by Vladimir Vukicevic
parent 028d352286
commit 0a8478ca1a

View file

@ -1841,7 +1841,7 @@ _cairo_quartz_surface_show_glyphs (void *abstract_surface,
CGFontRef cgfref = NULL;
cairo_bool_t isClipping = FALSE;
cairo_bool_t didForceFontSmoothing = TRUE;
cairo_bool_t didForceFontSmoothing = FALSE;
if (IS_EMPTY(surface))
return CAIRO_STATUS_SUCCESS;