DXGL r126 - Code Review
For
DXGL
(
recent comments
|
status changes
|
tags
|
authors
|
states
|
release notes
|
statistics
)
Jump to navigation
Jump to search
Repository:
DXGL
Revision:
<
r125
|
r126
|
r127
>
Date:
01:06, 15 March 2012
Author:
admin
Status:
new
Tags:
Comment:
Oops.
Modified paths:
/ddraw/glDirectDraw.cpp
(modified) (
history
)
Diff
[
purge
]
Index: ddraw/glDirectDraw.cpp
—
—
@@ -1357,9 +1357,10 @@
1358
1358
}
1359
1359
HRESULT WINAPI glDirectDraw7::TestCooperativeLevel()
1360
1360
{
1361
- if(!this) return DDERR_INVALIDOBJECT;
1361
+ return DD_OK;
1362
+ /*if(!this) return DDERR_INVALIDOBJECT;
1362
1363
if(fullscreen) return DDERR_EXCLUSIVEMODEALREADYSET;
1363
- return DDERR_NOEXCLUSIVEMODE;
1364
+ return DDERR_NOEXCLUSIVEMODE;*/
1364
1365
}
1365
1366
HRESULT WINAPI glDirectDraw7::GetDeviceIdentifier(LPDDDEVICEIDENTIFIER2 lpdddi, DWORD dwFlags)
1366
1367
{
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