Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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-winehq
Commits
a16cf584
Commit
a16cf584
authored
Aug 15, 2010
by
Henri Verbeet
Committed by
Alexandre Julliard
Aug 16, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wined3d: Fix a couple of typos.
parent
b20df2a2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
device.c
dlls/wined3d/device.c
+1
-1
surface.c
dlls/wined3d/surface.c
+1
-1
No files found.
dlls/wined3d/device.c
View file @
a16cf584
...
...
@@ -4567,7 +4567,7 @@ static HRESULT WINAPI IWineD3DDeviceImpl_Present(IWineD3DDevice *iface,
for
(
i
=
0
;
i
<
swapchains
;
i
++
)
{
IWineD3DDeviceImpl_GetSwapChain
(
iface
,
i
,
&
swapChain
);
TRACE
(
"
presentinng chain %d, %p
\n
"
,
i
,
swapChain
);
TRACE
(
"
Presenting chain %d, %p.
\n
"
,
i
,
swapChain
);
IWineD3DSwapChain_Present
(
swapChain
,
pSourceRect
,
pDestRect
,
hDestWindowOverride
,
pDirtyRegion
,
0
);
IWineD3DSwapChain_Release
(
swapChain
);
}
...
...
dlls/wined3d/surface.c
View file @
a16cf584
...
...
@@ -4238,7 +4238,7 @@ void surface_modify_location(IWineD3DSurfaceImpl *surface, DWORD flag, BOOL pers
IWineD3DBaseTexture
*
texture
;
IWineD3DSurfaceImpl
*
overlay
;
TRACE
(
"surface %p, location %s, persitent %#x.
\n
"
,
TRACE
(
"surface %p, location %s, persi
s
tent %#x.
\n
"
,
surface
,
debug_surflocation
(
flag
),
persistent
);
if
(
wined3d_settings
.
offscreen_rendering_mode
==
ORM_FBO
)
...
...
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