StretchDIBits function problem.

Cyril Margorin comargo at gmail.com
Sat Feb 11 14:45:55 CST 2006


Hello,

Here is a first patch that fixes problem with StretchDIBits.
Originaly problem was in GetDIBits function. In X11DRV_GetDIBits the
useShm field of description was field correctly, but image wasn't
passed.
It caused X11DRV_DIB_GetImageBits function to create normal (not
shared memory) image, but then it tries to get image using shared
memory function.

Changelog:
Cyril Margorin <comargo at gmail.com>
Fix X11DRV_GetDIBits to pass shared memory image to X11DRV_DIB_GetImageBits.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: x11drv_dib_X11DRV_GetDIBits.patch
Type: application/octet-stream
Size: 566 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20060211/50ef4470/x11drv_dib_X11DRV_GetDIBits.obj


More information about the wine-patches mailing list