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
67886fed
Commit
67886fed
authored
Nov 11, 2012
by
Henri Verbeet
Committed by
Alexandre Julliard
Nov 12, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ddraw: Avoid LPDIRECT3DMATERIAL2.
parent
3a32ecd9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
d3d.h
include/d3d.h
+1
-1
No files found.
include/d3d.h
View file @
67886fed
...
...
@@ -260,7 +260,7 @@ DECLARE_INTERFACE_(IDirect3D2,IUnknown)
/*** IDirect3D2 methods ***/
STDMETHOD
(
EnumDevices
)(
THIS_
LPD3DENUMDEVICESCALLBACK
lpEnumDevicesCallback
,
LPVOID
lpUserArg
)
PURE
;
STDMETHOD
(
CreateLight
)(
THIS_
LPDIRECT3DLIGHT
*
lplpDirect3DLight
,
IUnknown
*
pUnkOuter
)
PURE
;
STDMETHOD
(
CreateMaterial
)(
THIS_
LPDIRECT3DMATERIAL2
*
lplpDirect3DMaterial2
,
IUnknown
*
pUnkO
uter
)
PURE
;
STDMETHOD
(
CreateMaterial
)(
THIS_
struct
IDirect3DMaterial2
**
material
,
IUnknown
*
o
uter
)
PURE
;
STDMETHOD
(
CreateViewport
)(
THIS_
LPDIRECT3DVIEWPORT2
*
lplpD3DViewport2
,
IUnknown
*
pUnkOuter
)
PURE
;
STDMETHOD
(
FindDevice
)(
THIS_
LPD3DFINDDEVICESEARCH
lpD3DDFS
,
LPD3DFINDDEVICERESULT
lpD3DFDR
)
PURE
;
STDMETHOD
(
CreateDevice
)(
THIS_
REFCLSID
rclsid
,
IDirectDrawSurface
*
surface
,
...
...
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