https://bugs.winehq.org/show_bug.cgi?id=54563
--- Comment #9 from 399989567@qq.com --- (In reply to Piotr Caban from comment #8)
(In reply to 399989567 from comment #7)
I have two questions about this submission.
- This commit seems to fail on "test-64"
This failure is not related to the patch. The test is sometimes, randomly, failing.
else if(bitmap->prop_item[i].id == PropertyTagIndexTransparent) { return *(BYTE*)bitmap->prop_item[i].value; }
The function is returning color not the index in color palette. 0 represents transparent color.
There's more info in the MR.
Thanks,I got it. Maybe if you have time for bug54271