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
bb116c4b
Commit
bb116c4b
authored
Nov 17, 2021
by
Zhiyi Zhang
Committed by
Alexandre Julliard
Nov 17, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
uxtheme: Support more progress bar parts.
These parts are available on Vista+. Signed-off-by:
Zhiyi Zhang
<
zzhang@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
3eb36d6d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
0 deletions
+20
-0
stylemap.c
dlls/uxtheme/stylemap.c
+20
-0
No files found.
dlls/uxtheme/stylemap.c
View file @
bb116c4b
...
...
@@ -526,6 +526,26 @@ static const MSSTYLES_CLASS_MAP classProgress[] = {
{
PP_BARVERT
,
0
,
L"BARVERT"
},
{
PP_CHUNK
,
0
,
L"CHUNK"
},
{
PP_CHUNKVERT
,
0
,
L"CHUNKVERT"
},
{
PP_FILL
,
0
,
L"FILL"
},
{
PP_FILL
,
PBFS_NORMAL
,
L"NORMAL"
},
{
PP_FILL
,
PBFS_ERROR
,
L"ERROR"
},
{
PP_FILL
,
PBFS_PAUSED
,
L"PAUSED"
},
{
PP_FILL
,
PBFS_PARTIAL
,
L"PARTIAL"
},
{
PP_FILLVERT
,
0
,
L"FILLVERT"
},
{
PP_FILLVERT
,
PBFVS_NORMAL
,
L"NORMAL"
},
{
PP_FILLVERT
,
PBFVS_ERROR
,
L"ERROR"
},
{
PP_FILLVERT
,
PBFVS_PAUSED
,
L"PAUSED"
},
{
PP_FILLVERT
,
PBFVS_PARTIAL
,
L"PARTIAL"
},
{
PP_PULSEOVERLAY
,
0
,
L"PULSEOVERLAY"
},
{
PP_MOVEOVERLAY
,
0
,
L"MOVEOVERLAY"
},
{
PP_PULSEOVERLAYVERT
,
0
,
L"PULSEOVERLAYVERT"
},
{
PP_MOVEOVERLAYVERT
,
0
,
L"MOVEOVERLAYVERT"
},
{
PP_TRANSPARENTBAR
,
0
,
L"TRANSPARENTBAR"
},
{
PP_TRANSPARENTBAR
,
PBBS_NORMAL
,
L"NORMAL"
},
{
PP_TRANSPARENTBAR
,
PBBS_PARTIAL
,
L"PARTIAL"
},
{
PP_TRANSPARENTBARVERT
,
0
,
L"TRANSPARENTBARVERT"
},
{
PP_TRANSPARENTBARVERT
,
PBBVS_NORMAL
,
L"NORMAL"
},
{
PP_TRANSPARENTBARVERT
,
PBBVS_PARTIAL
,
L"PARTIAL"
},
{
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