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
0065a115
Commit
0065a115
authored
Oct 19, 2009
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gdiplus: Remove a useless inline specifier.
parent
190d7e74
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
gdiplus.c
dlls/gdiplus/gdiplus.c
+1
-1
gdiplus_private.h
dlls/gdiplus/gdiplus_private.h
+1
-1
No files found.
dlls/gdiplus/gdiplus.c
View file @
0065a115
...
@@ -418,7 +418,7 @@ void convert_32bppARGB_to_32bppPARGB(UINT width, UINT height,
...
@@ -418,7 +418,7 @@ void convert_32bppARGB_to_32bppPARGB(UINT width, UINT height,
}
}
/* recursive deletion of GpRegion nodes */
/* recursive deletion of GpRegion nodes */
inline
void
delete_element
(
region_element
*
element
)
void
delete_element
(
region_element
*
element
)
{
{
switch
(
element
->
type
)
switch
(
element
->
type
)
{
{
...
...
dlls/gdiplus/gdiplus_private.h
View file @
0065a115
...
@@ -61,7 +61,7 @@ extern BOOL lengthen_path(GpPath *path, INT len);
...
@@ -61,7 +61,7 @@ extern BOOL lengthen_path(GpPath *path, INT len);
extern
GpStatus
trace_path
(
GpGraphics
*
graphics
,
GpPath
*
path
);
extern
GpStatus
trace_path
(
GpGraphics
*
graphics
,
GpPath
*
path
);
typedef
struct
region_element
region_element
;
typedef
struct
region_element
region_element
;
extern
inline
void
delete_element
(
region_element
*
element
);
extern
void
delete_element
(
region_element
*
element
);
static
inline
INT
roundr
(
REAL
x
)
static
inline
INT
roundr
(
REAL
x
)
{
{
...
...
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