ChangeSet ID: 7403 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2003/03/07 17:02:46
Modified files: dlls/comctl32 : toolbar.c
Log message: Adam Gundy arg@cyberscience.com TOOLBAR_AddBitmap() and TOOLBAR_ReplaceBitmap() are not supposed to modify the bitmap - we call ImageList_AddMasked() which turns all masked pixels black. Fixed by making a copy of the bitmap to give to ImageList_AddMasked().
Patch: http://cvs.winehq.com/patch.py?id=7403
Old revision New revision Changes Path 1.128 1.129 +59 -5 wine/dlls/comctl32/toolbar.c