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
29d35db9
Commit
29d35db9
authored
Sep 30, 2020
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gdi32: Move font codepage setup out of freetype.c.
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
932bc899
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
1 deletion
+3
-1
font.c
dlls/gdi32/font.c
+0
-0
freetype.c
dlls/gdi32/freetype.c
+0
-0
gdi_private.h
dlls/gdi32/gdi_private.h
+2
-0
gdiobj.c
dlls/gdi32/gdiobj.c
+1
-1
No files found.
dlls/gdi32/font.c
View file @
29d35db9
This diff is collapsed.
Click to expand it.
dlls/gdi32/freetype.c
View file @
29d35db9
This diff is collapsed.
Click to expand it.
dlls/gdi32/gdi_private.h
View file @
29d35db9
...
...
@@ -280,6 +280,8 @@ struct font_gamma_ramp
BYTE
decode
[
256
];
};
extern
void
font_init
(
void
)
DECLSPEC_HIDDEN
;
/* freetype.c */
/* Undocumented structure filled in by GetFontRealizationInfo */
...
...
dlls/gdi32/gdiobj.c
View file @
29d35db9
...
...
@@ -690,7 +690,7 @@ BOOL WINAPI DllMain( HINSTANCE inst, DWORD reason, LPVOID reserved )
gdi32_module
=
inst
;
DisableThreadLibraryCalls
(
inst
);
WineEngI
nit
();
font_i
nit
();
/* create stock objects */
stock_objects
[
WHITE_BRUSH
]
=
CreateBrushIndirect
(
&
WhiteBrush
);
...
...
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