[cairo-commit] cairo ChangeLog,1.599,1.600

Carl Worth commit at pdx.freedesktop.org
Tue May 17 06:11:34 PDT 2005


Committed by: cworth

Update of /cvs/cairo/cairo
In directory gabe:/tmp/cvs-serv22875

Modified Files:
	ChangeLog 
Log Message:

        * src/Makefile.am:
        * src/cairo-xcb.h:
        * src/cairo-xcb-xrender.h:
        * src/cairo-xcb-surface.c:
        (cairo_xcb_surface_create),
        (cairo_xcb_surface_create_for_bitmap),
        (cairo_xcb_surface_create_with_xrender_format): Update cairo-xcb.h
        to provide the same style of interface as cairo-xlib.h.

        * test/cairo-test.c: Update to match new cairo_xcb_surface_t
        create functions.


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.599
retrieving revision 1.600
diff -u -d -r1.599 -r1.600
--- ChangeLog	17 May 2005 13:08:01 -0000	1.599
+++ ChangeLog	17 May 2005 13:11:32 -0000	1.600
@@ -1,5 +1,19 @@
 2005-05-17  Carl Worth  <cworth at cworth.org>
 
+	* src/Makefile.am:
+	* src/cairo-xcb.h:
+	* src/cairo-xcb-xrender.h:
+	* src/cairo-xcb-surface.c:
+	(cairo_xcb_surface_create),
+	(cairo_xcb_surface_create_for_bitmap),
+	(cairo_xcb_surface_create_with_xrender_format): Update cairo-xcb.h
+	to provide the same style of interface as cairo-xlib.h.
+
+	* test/cairo-test.c: Update to match new cairo_xcb_surface_t
+	create functions.
+
+2005-05-17  Carl Worth  <cworth at cworth.org>
+
 	* src/cairo-xlib-surface.c (_get_image_surface): Avoid shifting
 	32-bit quanity by 32 bits, which is undefined behavior.
 




More information about the cairo-commit mailing list