http://bugs.winehq.org/show_bug.cgi?id=20164
--- Comment #13 from max@veneto.com 2009-10-14 09:27:29 --- (In reply to comment #12)
Hi Max,
If you suspect that this 24->1 is the issue, you could make that case fail and just return FALSE. When FALSE is returned the code reverts to the old non-xrender code path. If it works then, then you know for certain that it is related to that specific code path.
Such a test would be useful.
Roderick
Yep, I didn't think about it.... I made the test and it's indeed the problem. Returning false on the 24->1 conversion renders icons correctly.
Ciao
Max