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
15846ade
Commit
15846ade
authored
Jun 12, 2012
by
Francois Gouget
Committed by
Alexandre Julliard
Jun 12, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gdiplus: Make get_font_hfont() static.
parent
4a27f7bf
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
3 deletions
+1
-3
gdiplus_private.h
dlls/gdiplus/gdiplus_private.h
+0
-2
graphics.c
dlls/gdiplus/graphics.c
+1
-1
No files found.
dlls/gdiplus/gdiplus_private.h
View file @
15846ade
...
...
@@ -63,8 +63,6 @@ extern void calc_curve_bezier_endp(REAL xend, REAL yend, REAL xadj, REAL yadj,
extern
void
free_installed_fonts
(
void
)
DECLSPEC_HIDDEN
;
extern
void
get_font_hfont
(
GpGraphics
*
graphics
,
GDIPCONST
GpFont
*
font
,
HFONT
*
hfont
)
DECLSPEC_HIDDEN
;
extern
BOOL
lengthen_path
(
GpPath
*
path
,
INT
len
)
DECLSPEC_HIDDEN
;
extern
GpStatus
trace_path
(
GpGraphics
*
graphics
,
GpPath
*
path
)
DECLSPEC_HIDDEN
;
...
...
dlls/gdiplus/graphics.c
View file @
15846ade
...
...
@@ -2113,7 +2113,7 @@ end:
return
stat
;
}
void
get_font_hfont
(
GpGraphics
*
graphics
,
GDIPCONST
GpFont
*
font
,
HFONT
*
hfont
)
static
void
get_font_hfont
(
GpGraphics
*
graphics
,
GDIPCONST
GpFont
*
font
,
HFONT
*
hfont
)
{
HDC
hdc
=
CreateCompatibleDC
(
0
);
GpPointF
pt
[
3
];
...
...
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