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
9ea34503
Commit
9ea34503
authored
Mar 08, 2021
by
Nikolay Sivov
Committed by
Alexandre Julliard
Mar 09, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dwrite: Remove unused type definitions.
Signed-off-by:
Nikolay Sivov
<
nsivov@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
968a9e6b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
20 deletions
+1
-20
opentype.c
dlls/dwrite/opentype.c
+1
-20
No files found.
dlls/dwrite/opentype.c
View file @
9ea34503
...
...
@@ -400,7 +400,7 @@ struct ot_script
WORD
default_langsys
;
WORD
langsys_count
;
struct
ot_langsys_record
langsys
[
1
];
}
OT_Script
;
};
struct
ot_script_record
{
...
...
@@ -802,25 +802,6 @@ struct ot_gpos_mark_to_mark_format1
WORD
mark2_array
;
};
typedef
struct
{
WORD
SubstFormat
;
WORD
Coverage
;
WORD
DeltaGlyphID
;
}
GSUB_SingleSubstFormat1
;
typedef
struct
{
WORD
SubstFormat
;
WORD
Coverage
;
WORD
GlyphCount
;
WORD
Substitute
[
1
];
}
GSUB_SingleSubstFormat2
;
typedef
struct
{
WORD
SubstFormat
;
WORD
ExtensionLookupType
;
DWORD
ExtensionOffset
;
}
GSUB_ExtensionPosFormat1
;
struct
kern_header
{
WORD
version
;
...
...
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