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
5916fdd5
Commit
5916fdd5
authored
Feb 16, 2007
by
Stefan Dösinger
Committed by
Alexandre Julliard
Feb 19, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wined3d: Remove an outdated TODO comment.
BltFast takes care of activating the correct context nowadays.
parent
c5ae1fc7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
5 deletions
+3
-5
swapchain.c
dlls/wined3d/swapchain.c
+3
-5
No files found.
dlls/wined3d/swapchain.c
View file @
5916fdd5
...
...
@@ -364,16 +364,14 @@ static HRESULT WINAPI IWineD3DSwapChainImpl_GetFrontBufferData(IWineD3DSwapChain
POINT
start
;
TRACE
(
"(%p) : iface(%p) pDestSurface(%p)
\n
"
,
This
,
iface
,
pDestSurface
);
start
.
x
=
0
;
start
.
y
=
0
;
if
(
This
->
presentParms
.
Windowed
)
{
MapWindowPoints
(
This
->
win_handle
,
NULL
,
&
start
,
1
);
}
#if 0 /* TODO: make sure that this swapchains context is active */
IWineD3DDevice_ActivateSwapChainContext(This->wineD3DDevice, iface);
#endif
IWineD3DSurface_BltFast
(
pDestSurface
,
start
.
x
,
start
.
y
,
This
->
frontBuffer
,
NULL
,
0
);
return
WINED3D_OK
;
}
...
...
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