DXGL r532 - Code Review
For
DXGL
(
recent comments
|
status changes
|
tags
|
authors
|
states
|
release notes
|
statistics
)
Jump to navigation
Jump to search
Repository:
DXGL
Revision:
<
r531
|
r532
|
r533
>
Date:
14:59, 13 September 2014
Author:
admin
Status:
new
Tags:
Comment:
Remove generic D3D device IID from IDirectDrawSurface::QueryInterface.
Modified paths:
/ddraw/glDirectDrawSurface.cpp
(modified) (
history
)
Diff
[
purge
]
Index: ddraw/glDirectDrawSurface.cpp
—
—
@@ -504,7 +504,7 @@
505
505
TRACE_EXIT(23, E_NOINTERFACE);
506
506
ERR(E_NOINTERFACE);
507
507
}
508
- if ((riid == IID_IDirect3DDevice) || (riid == IID_IDirect3DHALDevice) || (riid == IID_IDirect3DRGBDevice) ||
508
+ if ((riid == IID_IDirect3DHALDevice) || (riid == IID_IDirect3DRGBDevice) ||
509
509
(riid == IID_IDirect3DRampDevice) || (riid == IID_IDirect3DRefDevice))
510
510
{
511
511
Navigation menu
Personal tools
Log in
Namespaces
Special page
English
expanded
collapsed
Views
More
expanded
collapsed
Search
Navigation
Home
Main page
Recent changes
Random page
MediaWiki help
Introduction
Progress
Downloads
Source code
Build from source
AppDB
Bug reports
Forums
Tools
Special pages
Printable version