[PATCH 1/6] uxtheme: Support parsing more tab parts.

Zhiyi Zhang wine at gitlab.winehq.org
Wed Jun 22 23:01:22 CDT 2022


From: Zhiyi Zhang <zzhang at codeweavers.com>

Signed-off-by: Zhiyi Zhang <zzhang at codeweavers.com>
---
 dlls/uxtheme/stylemap.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dlls/uxtheme/stylemap.c b/dlls/uxtheme/stylemap.c
index 8da93ef321d..00c80259dbb 100644
--- a/dlls/uxtheme/stylemap.c
+++ b/dlls/uxtheme/stylemap.c
@@ -1038,6 +1038,7 @@ static const MSSTYLES_CLASS_MAP classTab[] = {
     {TABP_TOPTABITEMBOTHEDGE, TTIBES_FOCUSED, L"FOCUSED"},
     {TABP_PANE, 0, L"PANE"},
     {TABP_BODY, 0, L"BODY"},
+    {TABP_AEROWIZARDBODY, 0, L"AEROWIZARDBODY"},
     {0, 0, L""}
 };
 
-- 
GitLab


https://gitlab.winehq.org/wine/wine/-/merge_requests/299



More information about the wine-devel mailing list