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
8a6a1570
Commit
8a6a1570
authored
Nov 09, 2011
by
Octavian Voicu
Committed by
Alexandre Julliard
Nov 09, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ddraw: Make IDirectDrawClipperImpl_[GS]etHWnd function names consistent with SDK.
parent
21a477e1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
clipper.c
dlls/ddraw/clipper.c
+5
-5
No files found.
dlls/ddraw/clipper.c
View file @
8a6a1570
...
...
@@ -106,7 +106,7 @@ static ULONG WINAPI IDirectDrawClipperImpl_Release(IDirectDrawClipper *iface)
}
/*****************************************************************************
* IDirectDrawClipper::SetH
w
nd
* IDirectDrawClipper::SetH
W
nd
*
* Assigns a hWnd to the clipper interface.
*
...
...
@@ -120,7 +120,7 @@ static ULONG WINAPI IDirectDrawClipperImpl_Release(IDirectDrawClipper *iface)
*
*****************************************************************************/
static
HRESULT
WINAPI
IDirectDrawClipperImpl_SetH
w
nd
(
IDirectDrawClipper
*
iface
,
DWORD
dwFlags
,
static
HRESULT
WINAPI
IDirectDrawClipperImpl_SetH
W
nd
(
IDirectDrawClipper
*
iface
,
DWORD
dwFlags
,
HWND
hWnd
)
{
IDirectDrawClipperImpl
*
This
=
impl_from_IDirectDrawClipper
(
iface
);
...
...
@@ -200,9 +200,9 @@ static HRESULT WINAPI IDirectDrawClipperImpl_SetClipList(IDirectDrawClipper *ifa
}
/*****************************************************************************
* IDirectDrawClipper::GetH
w
nd
* IDirectDrawClipper::GetH
W
nd
*
* Returns the hwnd assigned with SetH
w
nd
* Returns the hwnd assigned with SetH
W
nd
*
* Arguments:
* hWndPtr: Address to store the HWND at
...
...
@@ -292,7 +292,7 @@ static const struct IDirectDrawClipperVtbl ddraw_clipper_vtbl =
IDirectDrawClipperImpl_Initialize
,
IDirectDrawClipperImpl_IsClipListChanged
,
IDirectDrawClipperImpl_SetClipList
,
IDirectDrawClipperImpl_SetH
w
nd
IDirectDrawClipperImpl_SetH
W
nd
};
HRESULT
ddraw_clipper_init
(
IDirectDrawClipperImpl
*
clipper
)
...
...
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