Hi all,
A little time ago I have sent this patch and now I'm asking to the Wine devel community about the correctness of that code.
May be a fix for "Icons in Notes" bug would be incorporated in the next Wine release with some peer-review efforts.
Regards, Augusto Arcoverde da Rocha
On 7/21/06, Augusto Arcoverde da Rocha agarobr.listas@gmail.com wrote:
Description: This patch should fix bug 4863 - Icons in Notes Workspace.
ChangeLog: Making SetDIBits function compliant with MSDN documentation by ignoring the device context parameter if DIB parameter is informed as having a palette (DIB_PAL_COLORS).
References: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/gdi/bitmaps...
Author: Augusto Arcoverde da Rocha <agarobr\at\yahoo.com.br>
Notes: Since I wasn't successful learning more about internal representation of DIB structure, I couldn't make the apropriated test units for this fix, sorry.