[cairo-commit] cairo/src cairo-matrix.c, 1.24, 1.25 cairo.h, 1.97,
1.98
Owen Taylor
commit at pdx.freedesktop.org
Mon Apr 11 09:18:53 PDT 2005
- Previous message: [cairo-commit] cairo/doc/public/tmpl cairo-font.sgml, 1.3,
1.4 cairo-matrix.sgml, 1.5, 1.6 cairo-pattern.sgml, 1.3,
1.4 cairo-pdf.sgml, 1.4, 1.5 cairo-png.sgml, 1.3,
1.4 cairo-surface.sgml, 1.7, 1.8 cairo-xcb.sgml, 1.2,
1.3 cairo.sgml, 1.8, 1.9
- Next message: [cairo-commit] libsvg ChangeLog,1.61,1.62 configure.in,1.9,1.10
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: otaylor
Update of /cvs/cairo/cairo/src
In directory gabe:/tmp/cvs-serv14122/src
Modified Files:
cairo-matrix.c cairo.h
Log Message:
2005-04-11 Owen Taylor <otaylor at redhat.com>
* src/cairo.h doc/public/cairo-sections.txt
src/cairo-matrix.c: Update.
* doc/public/cairo-docs.xml: Include cairo-font.xml
Index: cairo-matrix.c
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo-matrix.c,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- cairo-matrix.c 8 Apr 2005 17:03:17 -0000 1.24
+++ cairo-matrix.c 11 Apr 2005 16:18:51 -0000 1.25
@@ -264,8 +264,6 @@
* Applies scaling by @tx, @ty to the transformation in @matrix. The
* effect of the new transformation is to first scale the coordinates
* by @sx and @sy, then apply the original transformation to the coordinates.
- *
- * Return value: %CAIRO_STATUS_SUCCESS, always.
**/
void
cairo_matrix_scale (cairo_matrix_t *matrix, double sx, double sy)
Index: cairo.h
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo.h,v
retrieving revision 1.97
retrieving revision 1.98
diff -u -d -r1.97 -r1.98
--- cairo.h 8 Apr 2005 21:06:32 -0000 1.97
+++ cairo.h 11 Apr 2005 16:18:51 -0000 1.98
@@ -844,7 +844,7 @@
* A data structure for holding a path. This data structure serves as
* the return value for cairo_copy_path_data() and
* cairo_copy_path_data_flat() as well the input value for
- * cairo_append_path_data().
+ * cairo_append_path().
*
* See #cairo_path_data_t for hints on how to iterate over the
* actual data within the path.
@@ -1022,9 +1022,9 @@
void
cairo_matrix_init (cairo_matrix_t *matrix,
- double a, double b,
- double c, double d,
- double tx, double ty);
+ double xx, double yx,
+ double xy, double yy,
+ double x0, double y0);
void
cairo_matrix_init_identity (cairo_matrix_t *matrix);
- Previous message: [cairo-commit] cairo/doc/public/tmpl cairo-font.sgml, 1.3,
1.4 cairo-matrix.sgml, 1.5, 1.6 cairo-pattern.sgml, 1.3,
1.4 cairo-pdf.sgml, 1.4, 1.5 cairo-png.sgml, 1.3,
1.4 cairo-surface.sgml, 1.7, 1.8 cairo-xcb.sgml, 1.2,
1.3 cairo.sgml, 1.8, 1.9
- Next message: [cairo-commit] libsvg ChangeLog,1.61,1.62 configure.in,1.9,1.10
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cairo-commit
mailing list