[cairo-commit] cairo/src cairo-xlib-surface.c,1.118.2.2,1.118.2.3
Carl Worth
commit at pdx.freedesktop.org
Thu Oct 6 11:34:48 PDT 2005
Committed by: cworth
Update of /cvs/cairo/cairo/src
In directory gabe:/tmp/cvs-serv27284/src
Modified Files:
Tag: BRANCH_1_0
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.118.2.2
retrieving revision 1.118.2.3
diff -u -d -r1.118.2.2 -r1.118.2.3
--- cairo-xlib-surface.c 20 Sep 2005 00:27:22 -0000 1.118.2.2
+++ cairo-xlib-surface.c 6 Oct 2005 18:34:46 -0000 1.118.2.3
@@ -681,6 +681,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