[cairo-commit] cairo/src cairo-xlib-surface.c,1.121,1.122
Carl Worth
commit at pdx.freedesktop.org
Thu Oct 6 11:32:56 PDT 2005
Committed by: cworth
Update of /cvs/cairo/cairo/src
In directory gabe:/tmp/cvs-serv26924/src
Modified Files:
cairo-xlib-surface.c
Log Message:
2005-10-06 Carl Worth <cworth at cworth.org>
* src/cairo-xlib-surface.c: (_draw_image_surface): Add missing
initialization for ximage.xoffset.
Index: cairo-xlib-surface.c
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo-xlib-surface.c,v
retrieving revision 1.121
retrieving revision 1.122
diff -u -d -r1.121 -r1.122
--- cairo-xlib-surface.c 20 Sep 2005 00:24:52 -0000 1.121
+++ cairo-xlib-surface.c 6 Oct 2005 18:32:54 -0000 1.122
@@ -693,6 +693,7 @@
ximage.red_mask = red;
ximage.green_mask = green;
ximage.blue_mask = blue;
+ ximage.xoffset = 0;
XInitImage (&ximage);
More information about the cairo-commit
mailing list