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
d9672009
Commit
d9672009
authored
Jan 21, 2022
by
Nikolay Sivov
Committed by
Alexandre Julliard
Jan 21, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Fixup DWRITE_COLOR_GLYPH_RUN1 definition.
Signed-off-by:
Nikolay Sivov
<
nsivov@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
9969d452
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
11 deletions
+16
-11
dwrite_3.idl
include/dwrite_3.idl
+16
-11
No files found.
include/dwrite_3.idl
View file @
d9672009
...
...
@@ -795,17 +795,22 @@ interface IDWriteFontFace5 : IDWriteFontFace4
BOOL
Equals
(
IDWriteFontFace
*
fontface
)
;
}
typedef
struct
DWRITE_COLOR_GLYPH_RUN1
{
DWRITE_GLYPH_RUN
glyphRun
;
DWRITE_GLYPH_RUN_DESCRIPTION
*
glyphRunDescription
;
FLOAT
baselineOriginX
;
FLOAT
baselineOriginY
;
DWRITE_COLOR_F
runColor
;
UINT16
paletteIndex
;
DWRITE_GLYPH_IMAGE_FORMATS
glyphImageFormat
;
DWRITE_MEASURING_MODE
measuringMode
;
}
DWRITE_COLOR_GLYPH_RUN1
;
typedef
struct
DWRITE_COLOR_GLYPH_RUN1
DWRITE_COLOR_GLYPH_RUN1
;
cpp_quote
(
"struct DWRITE_COLOR_GLYPH_RUN1"
)
cpp_quote
(
"{"
)
cpp_quote
(
" DWRITE_GLYPH_RUN glyphRun;"
)
cpp_quote
(
" DWRITE_GLYPH_RUN_DESCRIPTION *glyphRunDescription;"
)
cpp_quote
(
" FLOAT baselineOriginX;"
)
cpp_quote
(
" FLOAT baselineOriginY;"
)
cpp_quote
(
" DWRITE_COLOR_F runColor;"
)
cpp_quote
(
" UINT16 paletteIndex;"
)
cpp_quote
(
"#ifdef _WIN64"
)
cpp_quote
(
" UINT32 _pad;"
)
cpp_quote
(
"#endif"
)
cpp_quote
(
" DWRITE_GLYPH_IMAGE_FORMATS glyphImageFormat;"
)
cpp_quote
(
" DWRITE_MEASURING_MODE measuringMode;"
)
cpp_quote
(
"};"
)
[
local
,
...
...
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