Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
916a1a6c
Commit
916a1a6c
authored
Mar 13, 2001
by
Huw D M Davies
Committed by
Alexandre Julliard
Mar 13, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typo in OUTLINETEXTMETRIC definition.
parent
a62f06d0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
wingdi.h
include/wingdi.h
+2
-2
font.c
objects/font.c
+1
-1
No files found.
include/wingdi.h
View file @
916a1a6c
...
...
@@ -967,7 +967,7 @@ typedef struct _OUTLINETEXTMETRICA
{
UINT
otmSize
;
TEXTMETRICA
otmTextMetrics
;
BYTE
otmFil
t
er
;
BYTE
otmFil
l
er
;
PANOSE
otmPanoseNumber
;
UINT
otmfsSelection
;
UINT
otmfsType
;
...
...
@@ -1003,7 +1003,7 @@ typedef struct _OUTLINETEXTMETRICW
{
UINT
otmSize
;
TEXTMETRICW
otmTextMetrics
;
BYTE
otmFil
t
er
;
BYTE
otmFil
l
er
;
PANOSE
otmPanoseNumber
;
UINT
otmfsSelection
;
UINT
otmfsType
;
...
...
objects/font.c
View file @
916a1a6c
...
...
@@ -1318,7 +1318,7 @@ UINT WINAPI GetOutlineTextMetricsA(
HeapFree
(
GetProcessHeap
(),
HEAP_ZERO_MEMORY
,
lptxtMetr
);
lpOTM
->
otmFil
t
er
=
0
;
lpOTM
->
otmFil
l
er
=
0
;
lpOTM
->
otmPanoseNumber
.
bFamilyType
=
0
;
lpOTM
->
otmPanoseNumber
.
bSerifStyle
=
0
;
...
...
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