[PATCH 1/2] comctl32/tests: Add tests for appearance of disabled toolbar button.

Ziqing Hui zhui at codeweavers.com
Wed Mar 4 03:41:53 CST 2020


According to my tests, on v6 comctl32, a toolbar button which contains a 32bpp bitmap with alpha channel will become grayscale if disabled. This can be indicated by the first tests patch.

In conclusion, for v6 comctl32, here is the disabled toolbar button appearance in different situation:
* 32bpp with alpha channel: Grayscale (This is not supported before v6)
* 32bpp without alpha channel ("without alpha channel" means each pixel's alpha value is set to 0): Solid color
* not 32bpp (maybe 24bpp, 16bpp etc.): Solid color

Current wine doesn't implement the grayscale situation, which leads to wine bug 24784. This patch set fix it.

The test code is run under v6, because grayscale is not supported before v6.

Signed-off-by: Ziqing Hui <zhui at codeweavers.com>
---
 dlls/comctl32/tests/toolbar.c | 201 ++++++++++++++++++++++++++++++++++
 1 file changed, 201 insertions(+)



-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-comctl32-tests-Add-tests-for-appearance-of-disabled-.patch
Type: text/x-patch
Size: 8499 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20200304/f382863c/attachment.bin>


More information about the wine-devel mailing list