DXGL r626 - Code Review
For
DXGL
(
recent comments
|
status changes
|
tags
|
authors
|
states
|
release notes
|
statistics
)
Jump to navigation
Jump to search
Repository:
DXGL
Revision:
<
r625
|
r626
|
r627
>
Date:
23:24, 15 November 2015
Author:
admin
Status:
new
Tags:
Comment:
Initialize hWnd value in glDirectDraw object.
Modified paths:
/ddraw/glDirectDraw.cpp
(modified) (
history
)
Diff
[
purge
]
Index: ddraw/glDirectDraw.cpp
—
—
@@ -1365,6 +1365,7 @@
1366
1366
if(!this) TRACE_RET(HRESULT,23,DDERR_INVALIDOBJECT);
1367
1367
if(initialized) TRACE_RET(HRESULT,23,DDERR_ALREADYINITIALIZED);
1368
1368
devid = devid_default;
1369
+ hWnd = NULL;
1369
1370
primarylost = true;
1370
1371
renderer = NULL;
1371
1372
primary = NULL;
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