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
f1aa061d
Commit
f1aa061d
authored
Jun 06, 2022
by
Zhiyi Zhang
Committed by
Alexandre Julliard
Jun 21, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
uxtheme: Support parsing more clock states.
Signed-off-by:
Zhiyi Zhang
<
zzhang@codeweavers.com
>
parent
22adfc67
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
stylemap.c
dlls/uxtheme/stylemap.c
+2
-0
vssym32.h
include/vssym32.h
+2
-0
No files found.
dlls/uxtheme/stylemap.c
View file @
f1aa061d
...
...
@@ -431,6 +431,8 @@ static const MSSTYLES_CLASS_MAP classButton[] = {
static
const
MSSTYLES_CLASS_MAP
classClock
[]
=
{
{
CLP_TIME
,
0
,
L"TIME"
},
{
CLP_TIME
,
CLS_NORMAL
,
L"NORMAL"
},
{
CLP_TIME
,
CLS_HOT
,
L"HOT"
},
{
CLP_TIME
,
CLS_PRESSED
,
L"PRESSED"
},
{
0
,
0
,
L""
}
};
...
...
include/vssym32.h
View file @
f1aa061d
...
...
@@ -522,6 +522,8 @@ enum CLOCKPARTS {
enum
CLOCKSTATES
{
CLS_NORMAL
=
1
,
CLS_HOT
=
2
,
CLS_PRESSED
=
3
,
};
/* TRAYNOTIFY class */
...
...
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