Zhiyi Zhang : uxtheme: Support parsing more treeview parts and states.

Alexandre Julliard julliard at winehq.org
Thu Jun 23 15:52:27 CDT 2022


Module: wine
Branch: master
Commit: c9af75ca0c738de117d93babfdaefb591503ccc3
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=c9af75ca0c738de117d93babfdaefb591503ccc3

Author: Zhiyi Zhang <zzhang at codeweavers.com>
Date:   Mon May 30 17:57:09 2022 +0800

uxtheme: Support parsing more treeview parts and states.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=53066
Signed-off-by: Zhiyi Zhang <zzhang at codeweavers.com>

---

 dlls/uxtheme/stylemap.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/dlls/uxtheme/stylemap.c b/dlls/uxtheme/stylemap.c
index 834af6b2f74..d6119380035 100644
--- a/dlls/uxtheme/stylemap.c
+++ b/dlls/uxtheme/stylemap.c
@@ -1222,10 +1222,14 @@ static const MSSTYLES_CLASS_MAP classTreeview[] = {
     {TVP_TREEITEM, TREIS_SELECTED, L"SELECTED"},
     {TVP_TREEITEM, TREIS_DISABLED, L"DISABLED"},
     {TVP_TREEITEM, TREIS_SELECTEDNOTFOCUS, L"SELECTEDNOTFOCUS"},
+    {TVP_TREEITEM, TREIS_HOTSELECTED, L"HOTSELECTED"},
     {TVP_GLYPH, 0, L"GLYPH"},
     {TVP_GLYPH, GLPS_CLOSED, L"CLOSED"},
     {TVP_GLYPH, GLPS_OPENED, L"OPENED"},
     {TVP_BRANCH, 0, L"BRANCH"},
+    {TVP_HOTGLYPH, 0, L"HOTGLYPH"},
+    {TVP_HOTGLYPH, HGLPS_CLOSED, L"CLOSED"},
+    {TVP_HOTGLYPH, HGLPS_OPENED, L"OPENED"},
     {0, 0, L""}
 };
 




More information about the wine-cvs mailing list