[cairo-commit] cairo/src cairo_xcb_surface.c,1.13,1.14
David Reveman
commit at pdx.freedesktop.org
Thu Jan 13 14:48:17 PST 2005
- Previous message: [cairo-commit] cairo ChangeLog,1.299,1.300
- Next message: [cairo-commit] cairo/test .cvsignore, 1.3, 1.4 Makefile.am, 1.6,
1.7 leaky_polygon-ref.png, NONE, 1.1 leaky_polygon.c, NONE, 1.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: davidr
Update of /cvs/cairo/cairo/src
In directory gabe:/tmp/cvs-serv3883/src
Modified Files:
cairo_xcb_surface.c
Log Message:
Replace struct cairo_surface_backend with cairo_surface_backend_t
Index: cairo_xcb_surface.c
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo_xcb_surface.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- cairo_xcb_surface.c 22 Oct 2004 01:40:50 -0000 1.13
+++ cairo_xcb_surface.c 13 Jan 2005 22:48:15 -0000 1.14
@@ -730,7 +730,7 @@
return CAIRO_INT_STATUS_UNSUPPORTED;
}
-static const struct cairo_surface_backend cairo_xcb_surface_backend = {
+static const cairo_surface_backend_t cairo_xcb_surface_backend = {
_cairo_xcb_surface_create_similar,
_cairo_xcb_surface_destroy,
_cairo_xcb_surface_pixels_per_inch,
- Previous message: [cairo-commit] cairo ChangeLog,1.299,1.300
- Next message: [cairo-commit] cairo/test .cvsignore, 1.3, 1.4 Makefile.am, 1.6,
1.7 leaky_polygon-ref.png, NONE, 1.1 leaky_polygon.c, NONE, 1.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cairo-commit
mailing list