wine/dlls/comctl32 toolbar.c

Alexandre Julliard julliard at wine.codeweavers.com
Fri Mar 7 17:02:46 CST 2003


ChangeSet ID:	7403
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	2003/03/07 17:02:46

Modified files:
	dlls/comctl32  : toolbar.c 

Log message:
	Adam Gundy <arg at 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




More information about the wine-cvs mailing list