[cairo-commit] cairo/src cairo-xcb-surface.c,1.37,1.38
Carl Worth
commit at pdx.freedesktop.org
Fri Jun 17 23:22:23 PDT 2005
Committed by: cworth
Update of /cvs/cairo/cairo/src
In directory gabe:/tmp/cvs-serv6842/src
Modified Files:
cairo-xcb-surface.c
Log Message:
* src/cairo-xcb-surface.c (_get_image_surface): Remove references
to repeat and matrix fields that no longer exist.
Index: cairo-xcb-surface.c
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo-xcb-surface.c,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -d -r1.37 -r1.38
--- cairo-xcb-surface.c 17 Jun 2005 23:19:08 -0000 1.37
+++ cairo-xcb-surface.c 18 Jun 2005 06:22:21 -0000 1.38
@@ -520,9 +520,6 @@
/* Let the surface take ownership of the data */
_cairo_image_surface_assume_ownership_of_data (image);
- _cairo_image_surface_set_repeat (image, surface->base.repeat);
- _cairo_image_surface_set_matrix (image, &(surface->base.matrix));
-
*image_out = image;
return CAIRO_STATUS_SUCCESS;
}
More information about the cairo-commit
mailing list