http://bugs.winehq.org/show_bug.cgi?id=12230
Summary: Palringo: Alpha images aren't displayed correctly Product: Wine Version: 0.9.52. Platform: PC URL: http://www.palringo.com OS/Version: Linux Status: UNCONFIRMED Severity: trivial Priority: P2 Component: winex11.drv AssignedTo: wine-bugs@winehq.org ReportedBy: andrew@palringo.com CC: stefan@codeweavers.com
Created an attachment (id=11663) --> (http://bugs.winehq.org/attachment.cgi?id=11663) Simple patch to display images correctly
Previous to the patch
http://source.winehq.org/git/wine.git/?a=commitdiff;h=ccab10bd46d129e469b36a...
the alpha bitmaps appeared correctly, however, since then they now show as black/white images. It appears that the alpha mask being applied to the image is being used as the image.
The error reported to the console is
err:x11drv:X11DRV_CreateBitmap Trying to make bitmap with planes=1, bpp=24
The screenshots for the Palringo application show how the images look without the patch ( http://appdb.winehq.org/objectManager.php?sClass=version&iId=10970 )