diff --git a/src/cairo-deprecated.h b/src/cairo-deprecated.h index 49aab8bb2..c73d2b781 100644 --- a/src/cairo-deprecated.h +++ b/src/cairo-deprecated.h @@ -50,6 +50,8 @@ */ #define CAIRO_FORMAT_RGB16_565 4 +#define CAIRO_FONT_TYPE_ATSUI CAIRO_FONT_TYPE_QUARTZ + #ifndef _CAIROINT_H_ /* Obsolete functions. These definitions exist to coerce the compiler @@ -105,7 +107,6 @@ #define cairo_pdf_surface_set_dpi cairo_pdf_surface_set_dpi_REPLACED_BY_cairo_surface_set_fallback_resolution #define cairo_svg_surface_set_dpi cairo_svg_surface_set_dpi_REPLACED_BY_cairo_surface_set_fallback_resolution #define cairo_atsui_font_face_create_for_atsu_font_id cairo_atsui_font_face_create_for_atsu_font_id_REPLACED_BY_cairo_quartz_font_face_create_for_atsu_font_id -#define CAIRO_FONT_TYPE_ATSUI CAIRO_FONT_TYPE_ATSUI_replaced_by_CAIRO_FONT_TYPE_QUARTZ #define cairo_current_path cairo_current_path_DEPRECATED_BY_cairo_copy_path #define cairo_current_path_flat cairo_current_path_flat_DEPRECATED_BY_cairo_copy_path_flat