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
a3048451
Commit
a3048451
authored
Feb 17, 2009
by
Nikolay Sivov
Committed by
Alexandre Julliard
Feb 17, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gdiplus: Fix a docheader typo, add some missed headers.
parent
ef2f455c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
1 deletion
+10
-1
region.c
dlls/gdiplus/region.c
+10
-1
No files found.
dlls/gdiplus/region.c
View file @
a3048451
...
...
@@ -339,6 +339,9 @@ GpStatus WINGDIPAPI GdipCombineRegionRectI(GpRegion *region,
return
GdipCombineRegionRect
(
region
,
&
rectf
,
mode
);
}
/*****************************************************************************
* GdipCombineRegionRegion [GDIPLUS.@]
*/
GpStatus
WINGDIPAPI
GdipCombineRegionRegion
(
GpRegion
*
region1
,
GpRegion
*
region2
,
CombineMode
mode
)
{
...
...
@@ -544,6 +547,9 @@ GpStatus WINGDIPAPI GdipCreateRegionRect(GDIPCONST GpRectF *rect,
return
Ok
;
}
/*****************************************************************************
* GdipCreateRegionRectI [GDIPLUS.@]
*/
GpStatus
WINGDIPAPI
GdipCreateRegionRectI
(
GDIPCONST
GpRect
*
rect
,
GpRegion
**
region
)
{
...
...
@@ -621,6 +627,9 @@ GpStatus WINGDIPAPI GdipCreateRegionHrgn(HRGN hrgn, GpRegion **region)
return
stat
;
}
/*****************************************************************************
* GdipDeleteRegion [GDIPLUS.@]
*/
GpStatus
WINGDIPAPI
GdipDeleteRegion
(
GpRegion
*
region
)
{
TRACE
(
"%p
\n
"
,
region
);
...
...
@@ -799,7 +808,7 @@ static void write_element(const region_element* element, DWORD *buffer,
*
* RETURNS
* SUCCESS: Ok
* FAILURE: InvalidParamter
* FAILURE: InvalidParam
e
ter
*
* NOTES
* The header contains the size, a checksum, a version string, and the number
...
...
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