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
5cea0f12
Commit
5cea0f12
authored
Dec 09, 2012
by
Henri Verbeet
Committed by
Alexandre Julliard
Dec 10, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ddraw: Avoid LPDDOVERLAYFX.
parent
b00ac507
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
surface.c
dlls/ddrawex/surface.c
+2
-2
ddrawi.h
include/ddrawi.h
+1
-1
No files found.
dlls/ddrawex/surface.c
View file @
5cea0f12
...
...
@@ -794,8 +794,8 @@ static HRESULT WINAPI IDirectDrawSurface4Impl_UpdateOverlay(IDirectDrawSurface4
}
static
HRESULT
WINAPI
IDirectDrawSurface3Impl_UpdateOverlay
(
IDirectDrawSurface3
*
iface
,
LPRECT
SrcRect
,
IDirectDrawSurface3
*
DstSurface
,
LPRECT
DstRect
,
DWORD
Flags
,
LPDDOVERLAYFX
FX
)
RECT
*
SrcRect
,
IDirectDrawSurface3
*
DstSurface
,
RECT
*
DstRect
,
DWORD
Flags
,
DDOVERLAYFX
*
FX
)
{
IDirectDrawSurfaceImpl
*
This
=
impl_from_IDirectDrawSurface3
(
iface
);
IDirectDrawSurfaceImpl
*
Dst
=
unsafe_impl_from_IDirectDrawSurface3
(
DstSurface
);
...
...
include/ddrawi.h
View file @
5cea0f12
...
...
@@ -936,7 +936,7 @@ typedef struct _DDRAWI_DDRAWSURFACE_MORE {
DWORD
dwOverlayFlags
;
VOID
*
rgjunc
;
LPDDRAWI_DDVIDEOPORT_LCL
lpVideoPort
;
LPDDOVERLAYFX
lpddOverlayFX
;
DDOVERLAYFX
*
lpddOverlayFX
;
DDSCAPSEX
ddsCapsEx
;
DWORD
dwTextureStage
;
LPVOID
lpDDRAWReserved
;
...
...
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