mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-04-01 14:00:38 +02:00
Add missing initialization for ximage.xoffset.
This commit is contained in:
parent
167c3b430f
commit
4ac391f861
2 changed files with 6 additions and 0 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2005-10-06 Carl Worth <cworth@cworth.org>
|
||||
|
||||
* src/cairo-xlib-surface.c: (_draw_image_surface): Add missing
|
||||
initialization for ximage.xoffset.
|
||||
|
||||
2005-10-04 Anders Carlsson <andersca@imendio.com>
|
||||
|
||||
* configure.in: Invoke PKG_PROG_PKG_CONFIG so $PKG_CONFIG
|
||||
|
|
|
|||
|
|
@ -681,6 +681,7 @@ _draw_image_surface (cairo_xlib_surface_t *surface,
|
|||
ximage.red_mask = red;
|
||||
ximage.green_mask = green;
|
||||
ximage.blue_mask = blue;
|
||||
ximage.xoffset = 0;
|
||||
|
||||
XInitImage (&ximage);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue