mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-09 02:38:07 +02:00
Point to both cairo_set_source_rgba and cairo_paint_with_alpha in deprecation of cairo_set_alpha.
This commit is contained in:
parent
750cc8143d
commit
bc79406260
3 changed files with 9 additions and 2 deletions
|
|
@ -1,3 +1,9 @@
|
|||
2005-05-07 Carl Worth <cworth@cworth.org>
|
||||
|
||||
* src/cairo.h (cairo_set_alpha): Point to both
|
||||
cairo_set_source_rgba and cairo_paint_with_alpha in deprecation of
|
||||
cairo_set_alpha.
|
||||
|
||||
2005-05-07 Carl Worth <cworth@cworth.org>
|
||||
|
||||
* util/cairo-api-update: Make idempotent substitutions that extend
|
||||
|
|
|
|||
|
|
@ -1156,7 +1156,7 @@ cairo_matrix_transform_point (cairo_matrix_t *matrix, double *x, double *y);
|
|||
#define cairo_current_path_flat cairo_current_path_flat_DEPRECATED_BY_cairo_copy_path_flat
|
||||
#define cairo_get_path cairo_get_path_DEPRECATED_BY_cairo_copy_path
|
||||
#define cairo_get_path_flat cairo_get_path_flat_DEPRECATED_BY_cairo_get_path_flat
|
||||
#define cairo_set_alpha cairo_set_alpha_DEPRECATED_BY_cairo_set_source_rgba
|
||||
#define cairo_set_alpha cairo_set_alpha_DEPRECATED_BY_cairo_set_source_rgba_OR_cairo_paint_with_alpha
|
||||
#define cairo_show_surface cairo_show_surface_DEPRECATED_BY_cairo_set_source_surface_AND_cairo_paint
|
||||
#define cairo_copy cairo_copy_DEPRECATED_BY_cairo_create_AND_MANY_INDIVIDUAL_FUNCTIONS
|
||||
#define cairo_surface_set_repeat cairo_surface_set_repeat_DEPRECATED_BY_cairo_pattern_set_extend
|
||||
|
|
|
|||
|
|
@ -26,7 +26,8 @@ cairo_api_update() {
|
|||
s/cairo_current_line_join/cairo_get_line_join/g
|
||||
s/cairo_current_miter_limit/cairo_get_miter_limit/g
|
||||
s/cairo_current_matrix/cairo_get_matrix/g
|
||||
s/cairo_current_target_surface/cairo_get_target_surface/g
|
||||
s/cairo_current_pattern/cairo_get_source/g
|
||||
s/cairo_current_target_surface/cairo_get_target/g
|
||||
s/cairo_get_status/cairo_status/g
|
||||
s/cairo_get_status_string/cairo_status_string/g
|
||||
s/cairo_concat_matrix/cairo_transform/g
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue