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
90a654ae
Commit
90a654ae
authored
Feb 23, 2008
by
Stefan Dösinger
Committed by
Alexandre Julliard
Mar 03, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Declare IDirect3D9Ex and IDirect3DDevice9Ex.
parent
aedb8873
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
44 additions
and
0 deletions
+44
-0
d3d9.h
include/d3d9.h
+0
-0
d3d9types.h
include/d3d9types.h
+44
-0
No files found.
include/d3d9.h
View file @
90a654ae
This diff is collapsed.
Click to expand it.
include/d3d9types.h
View file @
90a654ae
...
...
@@ -1523,4 +1523,48 @@ typedef struct _D3DVOLUME_DESC {
UINT
Depth
;
}
D3DVOLUME_DESC
;
/* Parts added with d3d9ex */
#if !defined(D3D_DISABLE_9EX)
typedef
enum
D3DSCANLINEORDERING
{
D3DSCANLINEORDERING_UNKNOWN
,
D3DSCANLINEORDERING_PROGRESSIVE
,
D3DSCANLINEORDERING_INTERLACED
,
}
D3DSCANLINEORDERING
;
typedef
struct
D3DDISPLAYMODEFILTER
{
UINT
Size
;
D3DFORMAT
Format
;
D3DSCANLINEORDERING
ScanLineOrdering
;
}
D3DDISPLAYMODEFILTER
;
typedef
struct
D3DDISPLAYMODEEX
{
UINT
Size
;
UINT
Width
;
UINT
Height
;
UINT
RefreshRate
;
D3DFORMAT
Format
;
D3DSCANLINEORDERING
ScanLineOrdering
;
}
D3DDISPLAYMODEEX
;
typedef
enum
D3DDISPLAYROTATION
{
D3DDISPLAYROTATION_IDENTITY
=
1
,
D3DDISPLAYROTATION_90
,
D3DDISPLAYROTATION_180
,
D3DDISPLAYROTATION_270
}
D3DDISPLAYROTATION
;
typedef
enum
_D3DCOMPOSERECTSOP
{
D3DCOMPOSERECTS_COPY
=
1
,
D3DCOMPOSERECTS_OR
,
D3DCOMPOSERECTS_AND
,
D3DCOMPOSERECTS_NEG
,
D3DCOMPOSERECTS_FORCE_DWORD
=
0x7fffffff
}
D3DCOMPOSERECTSOP
;
#endif
/* D3D_DISABLE_9EX */
#endif
/* __WINE_D3D9TYPES_H */
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