wine/objects dib.c

Alexandre Julliard julliard at winehq.org
Wed Nov 12 16:42:26 CST 2003


ChangeSet ID:	10053
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	2003/11/12 16:42:26

Modified files:
	objects        : dib.c 

Log message:
	Huw Davies <huw at codeweavers.com>
	Make sure we create a polychrome bitmap from the dib.  CreateDIBitmap
	doesn't do this when the dib is 1bpp and has a black/white colour
	table.  In such cases this resulted in a monochrome bitmap being
	StretchBlt'ed which is clearly incorrect since we then start using
	text and bkgnd colours.

Patch: http://cvs.winehq.com/patch.py?id=10053

Old revision  New revision  Changes     Path
 1.77          1.78          +14 -17     wine/objects/dib.c




More information about the wine-cvs mailing list