4 Mar
2023
4 Mar
'23
4:42 p.m.
https://bugs.winehq.org/show_bug.cgi?id=54563 --- Comment #8 from Piotr Caban <piotr.caban(a)gmail.com> --- (In reply to 399989567 from comment #7)
I have two questions about this submission. 1. 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. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.