Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
f9fc4b86
Commit
f9fc4b86
authored
May 16, 2006
by
Vitaliy Margolen
Committed by
Alexandre Julliard
May 16, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
d3d: Add D3DDEVTYPE_NULLREF definition.
parent
c0364ef5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
d3d9types.h
include/d3d9types.h
+1
-0
wined3d_types.h
include/wine/wined3d_types.h
+1
-0
No files found.
include/d3d9types.h
View file @
f9fc4b86
...
...
@@ -740,6 +740,7 @@ typedef enum _D3DDEVTYPE {
D3DDEVTYPE_HAL
=
1
,
D3DDEVTYPE_REF
=
2
,
D3DDEVTYPE_SW
=
3
,
D3DDEVTYPE_NULLREF
=
4
,
D3DDEVTYPE_FORCE_DWORD
=
0xffffffff
}
D3DDEVTYPE
;
...
...
include/wine/wined3d_types.h
View file @
f9fc4b86
...
...
@@ -116,6 +116,7 @@ typedef enum _WINED3DDEVTYPE {
WINED3DDEVTYPE_HAL
=
1
,
WINED3DDEVTYPE_REF
=
2
,
WINED3DDEVTYPE_SW
=
3
,
WINED3DDEVTYPE_NULLREF
=
4
,
WINED3DDEVTYPE_FORCE_DWORD
=
0xffffffff
}
WINED3DDEVTYPE
;
...
...
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