Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
28ba7e41
Commit
28ba7e41
authored
Jun 06, 2022
by
Zhiyi Zhang
Committed by
Alexandre Julliard
Jun 22, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
uxtheme: Support parsing more start panel parts and states.
Signed-off-by:
Zhiyi Zhang
<
zzhang@codeweavers.com
>
parent
461c49ec
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
29 additions
and
0 deletions
+29
-0
stylemap.c
dlls/uxtheme/stylemap.c
+29
-0
No files found.
dlls/uxtheme/stylemap.c
View file @
28ba7e41
...
...
@@ -948,6 +948,35 @@ static const MSSTYLES_CLASS_MAP classStartpanel[] = {
{
SPP_LOGOFFBUTTONS
,
SPLS_PRESSED
,
L"PRESSED"
},
{
SPP_USERPICTURE
,
0
,
L"USERPICTURE"
},
{
SPP_PREVIEW
,
0
,
L"PREVIEW"
},
{
SPP_MOREPROGRAMSTAB
,
0
,
L"MOREPROGRAMSTAB"
},
{
SPP_MOREPROGRAMSTAB
,
SPMPT_NORMAL
,
L"NORMAL"
},
{
SPP_MOREPROGRAMSTAB
,
SPMPT_HOT
,
L"HOT"
},
{
SPP_MOREPROGRAMSTAB
,
SPMPT_SELECTED
,
L"SELECTED"
},
{
SPP_MOREPROGRAMSTAB
,
SPMPT_DISABLED
,
L"DISABLED"
},
{
SPP_MOREPROGRAMSTAB
,
SPMPT_FOCUSED
,
L"FOCUSED"
},
{
SPP_NSCHOST
,
0
,
L"NSCHOST"
},
{
SPP_SOFTWAREEXPLORER
,
0
,
L"SOFTWAREEXPLORER"
},
{
SPP_SOFTWAREEXPLORER
,
SPSE_NORMAL
,
L"NORMAL"
},
{
SPP_SOFTWAREEXPLORER
,
SPSE_HOT
,
L"HOT"
},
{
SPP_SOFTWAREEXPLORER
,
SPSE_SELECTED
,
L"SELECTED"
},
{
SPP_SOFTWAREEXPLORER
,
SPSE_DISABLED
,
L"DISABLED"
},
{
SPP_SOFTWAREEXPLORER
,
SPSE_FOCUSED
,
L"FOCUSED"
},
{
SPP_OPENBOX
,
0
,
L"OPENBOX"
},
{
SPP_OPENBOX
,
SPOB_NORMAL
,
L"NORMAL"
},
{
SPP_OPENBOX
,
SPOB_HOT
,
L"HOT"
},
{
SPP_OPENBOX
,
SPOB_SELECTED
,
L"SELECTED"
},
{
SPP_OPENBOX
,
SPOB_DISABLED
,
L"DISABLED"
},
{
SPP_OPENBOX
,
SPOB_FOCUSED
,
L"FOCUSED"
},
{
SPP_SEARCHVIEW
,
0
,
L"SEARCHVIEW"
},
{
SPP_MOREPROGRAMSARROWBACK
,
0
,
L"MOREPROGRAMSARROWBACK"
},
{
SPP_MOREPROGRAMSARROWBACK
,
SPSB_NORMAL
,
L"NORMAL"
},
{
SPP_MOREPROGRAMSARROWBACK
,
SPSB_HOT
,
L"HOT"
},
{
SPP_MOREPROGRAMSARROWBACK
,
SPSB_PRESSED
,
L"PRESSED"
},
{
SPP_TOPMATCH
,
0
,
L"TOPMATCH"
},
{
SPP_LOGOFFSPLITBUTTONDROPDOWN
,
0
,
L"LOGOFFSPLITBUTTONDROPDOWN"
},
{
SPP_LOGOFFSPLITBUTTONDROPDOWN
,
SPLS_NORMAL
,
L"NORMAL"
},
{
SPP_LOGOFFSPLITBUTTONDROPDOWN
,
SPLS_HOT
,
L"HOT"
},
{
SPP_LOGOFFSPLITBUTTONDROPDOWN
,
SPLS_PRESSED
,
L"PRESSED"
},
{
0
,
0
,
L""
}
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment