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
72722222
Commit
72722222
authored
Apr 30, 2015
by
Matteo Bruni
Committed by
Alexandre Julliard
May 01, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ddraw: D3DRENDERSTATE_LOCALVIEWER doesn't exist before d3d7.
parent
2b36f195
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
device.c
dlls/ddraw/device.c
+2
-0
No files found.
dlls/ddraw/device.c
View file @
72722222
...
@@ -2529,6 +2529,7 @@ static HRESULT WINAPI d3d_device3_GetRenderState(IDirect3DDevice3 *iface,
...
@@ -2529,6 +2529,7 @@ static HRESULT WINAPI d3d_device3_GetRenderState(IDirect3DDevice3 *iface,
case
D3DRENDERSTATE_LIGHTING
:
case
D3DRENDERSTATE_LIGHTING
:
case
D3DRENDERSTATE_NORMALIZENORMALS
:
case
D3DRENDERSTATE_NORMALIZENORMALS
:
case
D3DRENDERSTATE_LOCALVIEWER
:
*
value
=
0xffffffff
;
*
value
=
0xffffffff
;
return
D3D_OK
;
return
D3D_OK
;
...
@@ -2889,6 +2890,7 @@ static HRESULT WINAPI d3d_device3_SetRenderState(IDirect3DDevice3 *iface,
...
@@ -2889,6 +2890,7 @@ static HRESULT WINAPI d3d_device3_SetRenderState(IDirect3DDevice3 *iface,
case
D3DRENDERSTATE_LIGHTING
:
case
D3DRENDERSTATE_LIGHTING
:
case
D3DRENDERSTATE_NORMALIZENORMALS
:
case
D3DRENDERSTATE_NORMALIZENORMALS
:
case
D3DRENDERSTATE_LOCALVIEWER
:
hr
=
D3D_OK
;
hr
=
D3D_OK
;
break
;
break
;
...
...
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