[cairo-commit] cairo ChangeLog,1.425,1.426
Carl Worth
commit at pdx.freedesktop.org
Thu Mar 10 08:59:13 PST 2005
Committed by: cworth
Update of /cvs/cairo/cairo
In directory gabe:/tmp/cvs-serv30093
Modified Files:
ChangeLog
Log Message:
Originally: 2005-02-24 Carl Worth <cworth at cworth.org>
* src/cairo_surface.c (cairo_surface_set_user_data)
(cairo_surface_get_user_data):
* src/cairo.h: Add const qualifier to cairo_user_data_key_t
arguments.
Originally: 2005-02-15 Kristian Høgsberg <krh at redhat.com>
* src/cairo_surface.c (cairo_surface_get_data, cairo_surface_set_data):
Add these two functions to set and get user data on an surface.
* src/cairo.h: Function prototypes for new functions.
* test/user_data.c: Test case for user data functions.
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.425
retrieving revision 1.426
diff -u -d -r1.425 -r1.426
--- ChangeLog 10 Mar 2005 01:43:59 -0000 1.425
+++ ChangeLog 10 Mar 2005 16:59:11 -0000 1.426
@@ -1,3 +1,21 @@
+2005-03-10 Carl Worth <cworth at cworth.org>
+
+ Originally: 2005-02-24 Carl Worth <cworth at cworth.org>
+
+ * src/cairo_surface.c (cairo_surface_set_user_data)
+ (cairo_surface_get_user_data):
+ * src/cairo.h: Add const qualifier to cairo_user_data_key_t
+ arguments.
+
+ Originally: 2005-02-15 Kristian Høgsberg <krh at redhat.com>
+
+ * src/cairo_surface.c (cairo_surface_get_data, cairo_surface_set_data):
+ Add these two functions to set and get user data on an surface.
+
+ * src/cairo.h: Function prototypes for new functions.
+
+ * test/user_data.c: Test case for user data functions.
+
2005-03-09 Carl Worth <cworth at cworth.org>
* test/cairo_test.c (cairo_test): Move filename initialization up
More information about the cairo-commit
mailing list