Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
f38d5b31
Commit
f38d5b31
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 rebar parts and states.
Signed-off-by:
Zhiyi Zhang
<
zzhang@codeweavers.com
>
parent
e0eb7eb0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
stylemap.c
dlls/uxtheme/stylemap.c
+12
-0
No files found.
dlls/uxtheme/stylemap.c
View file @
f38d5b31
...
...
@@ -808,6 +808,18 @@ static const MSSTYLES_CLASS_MAP classRebar[] = {
{
RP_CHEVRON
,
CHEVS_HOT
,
L"HOT"
},
{
RP_CHEVRON
,
CHEVS_PRESSED
,
L"PRESSED"
},
{
RP_CHEVRONVERT
,
0
,
L"CHEVRONVERT"
},
{
RP_CHEVRONVERT
,
CHEVSV_NORMAL
,
L"NORMAL"
},
{
RP_CHEVRONVERT
,
CHEVSV_HOT
,
L"HOT"
},
{
RP_CHEVRONVERT
,
CHEVSV_PRESSED
,
L"PRESSED"
},
{
RP_BACKGROUND
,
0
,
L"BACKGROUND"
},
{
RP_SPLITTER
,
0
,
L"SPLITTER"
},
{
RP_SPLITTER
,
SPLITS_NORMAL
,
L"NORMAL"
},
{
RP_SPLITTER
,
SPLITS_HOT
,
L"HOT"
},
{
RP_SPLITTER
,
SPLITS_PRESSED
,
L"PRESSED"
},
{
RP_SPLITTERVERT
,
0
,
L"SPLITTERVERT"
},
{
RP_SPLITTERVERT
,
SPLITSV_NORMAL
,
L"NORMAL"
},
{
RP_SPLITTERVERT
,
SPLITSV_HOT
,
L"HOT"
},
{
RP_SPLITTERVERT
,
SPLITSV_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