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
71bef6c9
Commit
71bef6c9
authored
Jun 06, 2022
by
Zhiyi Zhang
Committed by
Alexandre Julliard
Jun 23, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
uxtheme: Support parsing more window parts and states.
Signed-off-by:
Zhiyi Zhang
<
zzhang@codeweavers.com
>
parent
84c83af0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
stylemap.c
dlls/uxtheme/stylemap.c
+5
-0
vsstyle.h
include/vsstyle.h
+1
-0
No files found.
dlls/uxtheme/stylemap.c
View file @
71bef6c9
...
...
@@ -2,6 +2,7 @@
* msstyle data maps
*
* Copyright (C) 2004 Kevin Koltzau
* Copyright 2021-2022 Zhiyi Zhang for CodeWeavers
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
...
...
@@ -1397,6 +1398,10 @@ static const MSSTYLES_CLASS_MAP classWindow[] = {
{
WP_SMALLFRAMERIGHTSIZINGTEMPLATE
,
0
,
L"SMALLFRAMERIGHTSIZINGTEMPLATE"
},
{
WP_FRAMEBOTTOMSIZINGTEMPLATE
,
0
,
L"FRAMEBOTTOMSIZINGTEMPLATE"
},
{
WP_SMALLFRAMEBOTTOMSIZINGTEMPLATE
,
0
,
L"SMALLFRAMEBOTTOMSIZINGTEMPLATE"
},
{
WP_FRAME
,
0
,
L"FRAME"
},
{
WP_FRAME
,
FS_ACTIVE
,
L"ACTIVE"
},
{
WP_FRAME
,
FS_INACTIVE
,
L"INACTIVE"
},
{
WP_BORDER
,
0
,
L"BORDER"
},
{
0
,
0
,
L""
}
};
...
...
include/vsstyle.h
View file @
71bef6c9
...
...
@@ -1589,6 +1589,7 @@ enum WINDOWPARTS {
WP_FRAMEBOTTOMSIZINGTEMPLATE
=
36
,
WP_SMALLFRAMEBOTTOMSIZINGTEMPLATE
=
37
,
WP_FRAME
=
38
,
WP_BORDER
=
39
,
};
#define WINDOWSTYLEPARTS WINDOWPARTS;
...
...
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