[cairo-commit] cairo ChangeLog,1.588,1.589
Carl Worth
commit at pdx.freedesktop.org
Sat May 14 14:01:48 PDT 2005
- Previous message: [cairo-commit] cairo/test cairo-test.c, 1.32, 1.33 pdf-surface.c,
1.4, 1.5 xlib-surface.c, 1.1, 1.2
- Next message: [cairo-commit]
cairo/src cairo-xcb-surface.c, 1.25, 1.26 cairo-xcb.h, 1.7, 1.8
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: cworth
Update of /cvs/cairo/cairo
In directory gabe:/tmp/cvs-serv23225
Modified Files:
ChangeLog
Log Message:
* src/cairo-xcb.h:
* src/cairo-xcb-surface.c: (_cairo_xcb_surface_create_similar),
(_cairo_xcb_surface_finish), (_cairo_xcb_surface_get_size),
(_bits_per_pixel), (_bytes_per_line), (_get_image_surface),
(_draw_image_surface), (_cairo_xcb_surface_get_extents),
(_cairo_surface_is_xcb), (_cairo_xcb_surface_create_internal),
(cairo_xcb_surface_create_for_pixmap),
(cairo_xcb_surface_create_for_pixmap_with_visual),
(cairo_xcb_surface_create_for_window_with_visual),
(cairo_xcb_surface_set_size):
Brush the dust off the XCB backend and get it compiling and
working again. This patch makes the XCB surface API match that of
the Xlib surface API as of yesterday. But, it's already stale as
the Xlib API changed again. So we'll need one more revision of the
XCB backend before the next snapshot.
* test/.cvsignore:
* test/Makefile.am:
* test/cairo-test.c: (create_xcb_surface), (cleanup_xcb):
* test/cairo-test.h: Add support for testing of the xcb backend as
well.
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.588
retrieving revision 1.589
diff -u -d -r1.588 -r1.589
--- ChangeLog 14 May 2005 20:51:59 -0000 1.588
+++ ChangeLog 14 May 2005 21:01:46 -0000 1.589
@@ -1,5 +1,29 @@
2005-05-14 Carl Worth <cworth at cworth.org>
+ * src/cairo-xcb.h:
+ * src/cairo-xcb-surface.c: (_cairo_xcb_surface_create_similar),
+ (_cairo_xcb_surface_finish), (_cairo_xcb_surface_get_size),
+ (_bits_per_pixel), (_bytes_per_line), (_get_image_surface),
+ (_draw_image_surface), (_cairo_xcb_surface_get_extents),
+ (_cairo_surface_is_xcb), (_cairo_xcb_surface_create_internal),
+ (cairo_xcb_surface_create_for_pixmap),
+ (cairo_xcb_surface_create_for_pixmap_with_visual),
+ (cairo_xcb_surface_create_for_window_with_visual),
+ (cairo_xcb_surface_set_size):
+ Brush the dust off the XCB backend and get it compiling and
+ working again. This patch makes the XCB surface API match that of
+ the Xlib surface API as of yesterday. But, it's already stale as
+ the Xlib API changed again. So we'll need one more revision of the
+ XCB backend before the next snapshot.
+
+ * test/.cvsignore:
+ * test/Makefile.am:
+ * test/cairo-test.c: (create_xcb_surface), (cleanup_xcb):
+ * test/cairo-test.h: Add support for testing of the xcb backend as
+ well.
+
+2005-05-14 Carl Worth <cworth at cworth.org>
+
* test/cairo-test.c: (cairo_test_real):
* test/pdf-surface.c: (main):
* test/xlib-surface.c: (do_test), (main): Cleanup output a bit,
- Previous message: [cairo-commit] cairo/test cairo-test.c, 1.32, 1.33 pdf-surface.c,
1.4, 1.5 xlib-surface.c, 1.1, 1.2
- Next message: [cairo-commit]
cairo/src cairo-xcb-surface.c, 1.25, 1.26 cairo-xcb.h, 1.7, 1.8
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cairo-commit
mailing list