| commit | a4944ff123adc3628ae97c78288c4025a4d58402 | [log] [tgz] |
|---|---|---|
| author | Adam Gundy <arg@cyberscience.com> | Fri Mar 07 23:02:46 2003 +0000 |
| committer | Alexandre Julliard <julliard@winehq.org> | Fri Mar 07 23:02:46 2003 +0000 |
| tree | a6e6d756f692583607cd5554cd98e613f4ce1a35 | |
| parent | 7277d20c6935c5c5960523c77867d61a9af7a4ea [diff] |
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().