b=421422, cairo upgrade followup, fixing subpixel AA on OSX

This commit is contained in:
vladimir@pobox.com 2008-03-14 23:20:21 -07:00
Родитель 58c8a57bee
Коммит ebe1532b8d
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1844,7 +1844,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;