Module: wine Branch: master Commit: 5c901a04b3b5e69db8019fb75631de4b057fb217 URL: https://source.winehq.org/git/wine.git/?a=commit;h=5c901a04b3b5e69db8019fb75... Author: Zhiyi Zhang <zzhang(a)codeweavers.com> Date: Wed Feb 9 16:44:42 2022 +0800 comctl32/tests: Add themed background tests. Add themed background tests to determine whether DrawThemeParentBackground() or WM_CTLCOLOR* are used to draw themed background for comctl32 classes. Signed-off-by: Zhiyi Zhang <zzhang(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/comctl32/tests/misc.c | 327 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 327 insertions(+) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=5c901a04b3b5e69db8019...