http://bugs.winehq.org/show_bug.cgi?id=21255
--- Comment #10 from soprano@chello.at 2010-01-06 14:58:49 --- I compared the source code of the function X11DRV_XRender_CopyBrush in version 1.1.32 with the following releases, and the only noticeable difference is this couple of const declarations (added from release 1.1.33):
const WineXRenderFormat *src_format = get_xrender_format_from_color_shifts(physBitmap->pixmap_depth, &physBitmap->pixmap_color_shifts);
const WineXRenderFormat *dst_format = get_xrender_format_from_color_shifts(physDev->depth, physDev->color_shifts);