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
da71c922
Commit
da71c922
authored
Jan 06, 2013
by
Henri Verbeet
Committed by
Alexandre Julliard
Jan 07, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ddraw: Avoid LPD3DVIEWPORT7.
parent
768c7121
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
d3d.h
include/d3d.h
+2
-2
No files found.
include/d3d.h
View file @
da71c922
...
...
@@ -1306,9 +1306,9 @@ DECLARE_INTERFACE_(IDirect3DDevice7,IUnknown)
STDMETHOD
(
Clear
)(
THIS_
DWORD
count
,
D3DRECT
*
rects
,
DWORD
flags
,
D3DCOLOR
color
,
D3DVALUE
z
,
DWORD
stencil
)
PURE
;
STDMETHOD
(
SetTransform
)(
THIS_
D3DTRANSFORMSTATETYPE
state
,
D3DMATRIX
*
matrix
)
PURE
;
STDMETHOD
(
GetTransform
)(
THIS_
D3DTRANSFORMSTATETYPE
state
,
D3DMATRIX
*
matrix
)
PURE
;
STDMETHOD
(
SetViewport
)(
THIS_
LPD3DVIEWPORT7
lpD
ata
)
PURE
;
STDMETHOD
(
SetViewport
)(
THIS_
D3DVIEWPORT7
*
d
ata
)
PURE
;
STDMETHOD
(
MultiplyTransform
)(
THIS_
D3DTRANSFORMSTATETYPE
state
,
D3DMATRIX
*
matrix
)
PURE
;
STDMETHOD
(
GetViewport
)(
THIS_
LPD3DVIEWPORT7
lpD
ata
)
PURE
;
STDMETHOD
(
GetViewport
)(
THIS_
D3DVIEWPORT7
*
d
ata
)
PURE
;
STDMETHOD
(
SetMaterial
)(
THIS_
LPD3DMATERIAL7
lpMat
)
PURE
;
STDMETHOD
(
GetMaterial
)(
THIS_
LPD3DMATERIAL7
lpMat
)
PURE
;
STDMETHOD
(
SetLight
)(
THIS_
DWORD
dwLightIndex
,
LPD3DLIGHT7
lpLight
)
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