Module: wine
Branch: master
Commit: ee1b19aa161b9b582b40ca7cf0f648210181ad6b
URL: https://source.winehq.org/git/wine.git/?a=commit;h=ee1b19aa161b9b582b40ca7c…
Author: Zhiyi Zhang <zzhang(a)codeweavers.com>
Date: Tue Dec 7 17:12:55 2021 +0800
comctl32/tests: Test WM_CTLCOLORSTATIC for themed property sheets.
These tests show that it's the themed property sheet page window procedure that sets device contexts
transparent and return a pattern brush created from the tab body part in a theme. Combined with
test_WM_CTLCOLORSTATIC() in dlls/comctl32/tests/static.c, we can conclude that UXTHEME_DefDlgProc()
shouldn't handle WM_CTLCOLORSTATIC.
Signed-off-by: Zhiyi Zhang <zzhang(a)codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
---
dlls/comctl32/tests/propsheet.c | 326 +++++++++++++++++++++++++++++++++++++++-
1 file changed, 324 insertions(+), 2 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=ee1b19aa161b9b582b40…