Possible bugs in PlgBlt??

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Post Reply
MusicalCoda
Newbie
Newbie
Posts: 3
Joined: Sat Dec 03, 2022 5:09 am

Possible bugs in PlgBlt??

Post by MusicalCoda »

Hi,

I am a programmer who likes to make sure his code is compatible with Windows, Linux and Mac through Wine. I would like to ask if there is a known issue with the Wine parallelogram blitter because I am trying to use the PlgBlt function from the gdi32.dll and it completely ignores my mask. Well, I say that it ignores my mask… actually, it allows images to show through the fully white areas of the mask but renders the black parts as black rather than transparent. I know that I am making the API call correctly as it works on Windows. Is anyone else having any transparency issues either as a programmer or user, in particular those involving black backgrounds showing up where transparency should be?

Any help on this matter would be greatly appreciated. :)
Post Reply