DXGL r596 - Code Review
For
DXGL
(
recent comments
|
status changes
|
tags
|
authors
|
states
|
release notes
|
statistics
)
Jump to navigation
Jump to search
Repository:
DXGL
Revision:
<
r595
|
r596
|
r597
>
Date:
15:10, 22 February 2015
Author:
admin
Status:
new
Tags:
Comment:
Fix UpdateClipper.
Modified paths:
/ddraw/glRenderer.cpp
(modified) (
history
)
Diff
[
purge
]
Index: ddraw/glRenderer.cpp
—
—
@@ -776,7 +776,7 @@
777
777
void glRenderer_UpdateClipper(glRenderer *This, glDirectDrawSurface7 *surface)
778
778
{
779
779
EnterCriticalSection(&This->commandcs);
780
- glRenderer_AddQueue(This, OP_UPDATECLIPPER, 0, 4, 4, surface);
780
+ glRenderer_AddQueue(This, OP_UPDATECLIPPER, 0, 4, 1, 4, &surface);
781
781
LeaveCriticalSection(&This->commandcs);
782
782
}
783
783
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