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
768c7121
Commit
768c7121
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 LPD3DVIEWPORT2.
parent
ca9ceddd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
d3d.h
include/d3d.h
+4
-4
No files found.
include/d3d.h
View file @
768c7121
...
...
@@ -734,8 +734,8 @@ DECLARE_INTERFACE_(IDirect3DViewport2,IDirect3DViewport)
STDMETHOD
(
DeleteLight
)(
THIS_
IDirect3DLight
*
light
)
PURE
;
STDMETHOD
(
NextLight
)(
THIS_
IDirect3DLight
*
ref
,
IDirect3DLight
**
light
,
DWORD
flags
)
PURE
;
/*** IDirect3DViewport2 methods ***/
STDMETHOD
(
GetViewport2
)(
THIS_
LPD3DVIEWPORT2
lpD
ata
)
PURE
;
STDMETHOD
(
SetViewport2
)(
THIS_
LPD3DVIEWPORT2
lpD
ata
)
PURE
;
STDMETHOD
(
GetViewport2
)(
THIS_
D3DVIEWPORT2
*
d
ata
)
PURE
;
STDMETHOD
(
SetViewport2
)(
THIS_
D3DVIEWPORT2
*
d
ata
)
PURE
;
};
#undef INTERFACE
...
...
@@ -810,8 +810,8 @@ DECLARE_INTERFACE_(IDirect3DViewport3,IDirect3DViewport2)
STDMETHOD
(
DeleteLight
)(
THIS_
IDirect3DLight
*
light
)
PURE
;
STDMETHOD
(
NextLight
)(
THIS_
IDirect3DLight
*
ref
,
IDirect3DLight
**
light
,
DWORD
flags
)
PURE
;
/*** IDirect3DViewport2 methods ***/
STDMETHOD
(
GetViewport2
)(
THIS_
LPD3DVIEWPORT2
lpD
ata
)
PURE
;
STDMETHOD
(
SetViewport2
)(
THIS_
LPD3DVIEWPORT2
lpD
ata
)
PURE
;
STDMETHOD
(
GetViewport2
)(
THIS_
D3DVIEWPORT2
*
d
ata
)
PURE
;
STDMETHOD
(
SetViewport2
)(
THIS_
D3DVIEWPORT2
*
d
ata
)
PURE
;
/*** IDirect3DViewport3 methods ***/
STDMETHOD
(
SetBackgroundDepth2
)(
THIS_
IDirectDrawSurface4
*
surface
)
PURE
;
STDMETHOD
(
GetBackgroundDepth2
)(
THIS_
IDirectDrawSurface4
**
surface
,
BOOL
*
valid
)
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