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
a6289a21
Commit
a6289a21
authored
Dec 10, 2012
by
Henri Verbeet
Committed by
Alexandre Julliard
Dec 11, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ddraw: Avoid LPDDDEVICEIDENTIFIER2.
parent
3f8f1012
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
ddraw.h
include/ddraw.h
+1
-1
No files found.
include/ddraw.h
View file @
a6289a21
...
...
@@ -1788,7 +1788,7 @@ DECLARE_INTERFACE_(IDirectDraw7,IUnknown)
/*60*/
STDMETHOD
(
GetSurfaceFromDC
)(
THIS_
HDC
dc
,
struct
IDirectDrawSurface7
**
surface
)
PURE
;
/*64*/
STDMETHOD
(
RestoreAllSurfaces
)(
THIS
)
PURE
;
/*68*/
STDMETHOD
(
TestCooperativeLevel
)(
THIS
)
PURE
;
/*6c*/
STDMETHOD
(
GetDeviceIdentifier
)(
THIS_
LPDDDEVICEIDENTIFIER2
pDDDI
,
DWORD
dwF
lags
)
PURE
;
/*6c*/
STDMETHOD
(
GetDeviceIdentifier
)(
THIS_
DDDEVICEIDENTIFIER2
*
identifier
,
DWORD
f
lags
)
PURE
;
/* added in v7 */
/*70*/
STDMETHOD
(
StartModeTest
)(
THIS_
LPSIZE
pModes
,
DWORD
dwNumModes
,
DWORD
dwFlags
)
PURE
;
/*74*/
STDMETHOD
(
EvaluateMode
)(
THIS_
DWORD
dwFlags
,
DWORD
*
pTimeout
)
PURE
;
...
...
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