Add comment indication cairo_copy will be going away at some point. Some indentation fixes.

This commit is contained in:
Carl Worth 2004-02-17 18:47:34 +00:00
parent 122b2d8504
commit c3fe1bbe33
2 changed files with 6 additions and 3 deletions

View file

@ -1,5 +1,8 @@
2004-02-17 Carl Worth <cworth@isi.edu>
* src/cairo.h: Add comment indication cairo_copy will be going
away at some point. Some indentation fixes.
* configure.in: Bump version to 0.1.18. Includes new functions
cairo_current_path, cairo_current_path_flat,
cairo_surface_get_filter. Support for XCB backend. Fixes for

View file

@ -57,6 +57,7 @@ cairo_save (cairo_t *cr);
void
cairo_restore (cairo_t *cr);
/* XXX: Replace with cairo_current_gstate/cairo_set_gstate */
void
cairo_copy (cairo_t *dest, cairo_t *src);
@ -225,11 +226,11 @@ cairo_rotate (cairo_t *cr, double angle);
void
cairo_concat_matrix (cairo_t *cr,
cairo_matrix_t *matrix);
cairo_matrix_t *matrix);
void
cairo_set_matrix (cairo_t *cr,
cairo_matrix_t *matrix);
cairo_matrix_t *matrix);
void
cairo_default_matrix (cairo_t *cr);
@ -446,7 +447,6 @@ void
cairo_font_current_transform (cairo_font_t *font,
cairo_matrix_t *matrix);
/* Fontconfig/Freetype platform-specific font interface */
#include <fontconfig/fontconfig.h>