mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-04 21:08:10 +02:00
Fix deprecation macro to point to the right function, (thanks to John Ellson).
This commit is contained in:
parent
14c690472c
commit
01b2526ceb
2 changed files with 6 additions and 1 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2005-05-09 Carl Worth <cworth@cworth.org>
|
||||
|
||||
* src/cairo.h (cairo_current_target_surface): Fix deprecation
|
||||
macro to point to the right function, (thanks to John Ellson).
|
||||
|
||||
2005-05-09 Carl Worth <cworth@cworth.org>
|
||||
|
||||
* src/cairo-font.c: (_cairo_simple_font_face_create_font),
|
||||
|
|
|
|||
|
|
@ -1136,7 +1136,7 @@ cairo_matrix_transform_point (const cairo_matrix_t *matrix,
|
|||
#define cairo_current_line_join cairo_current_line_join_REPLACED_BY_cairo_get_line_join
|
||||
#define cairo_current_miter_limit cairo_current_miter_limit_REPLACED_BY_cairo_get_miter_limit
|
||||
#define cairo_current_matrix cairo_current_matrix_REPLACED_BY_cairo_get_matrix
|
||||
#define cairo_current_target_surface cairo_current_target_surface_REPLACED_BY_cairo_get_target_surface
|
||||
#define cairo_current_target_surface cairo_current_target_surface_REPLACED_BY_cairo_get_target
|
||||
#define cairo_get_status cairo_get_status_REPLACED_BY_cairo_status
|
||||
#define cairo_get_status_string cairo_get_status_string_REPLACED_BY_cairo_status_string
|
||||
#define cairo_concat_matrix cairo_concat_matrix_REPLACED_BY_cairo_transform
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue