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
38b4364c
Commit
38b4364c
authored
Nov 12, 2013
by
Henri Verbeet
Committed by
Alexandre Julliard
Nov 12, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ddrawex: Get rid of the IDirectDrawImpl typedef.
parent
3d452ed9
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
5 deletions
+2
-5
ddraw.c
dlls/ddrawex/ddraw.c
+0
-0
ddrawex_private.h
dlls/ddrawex/ddrawex_private.h
+2
-5
No files found.
dlls/ddrawex/ddraw.c
View file @
38b4364c
This diff is collapsed.
Click to expand it.
dlls/ddrawex/ddrawex_private.h
View file @
38b4364c
...
...
@@ -51,10 +51,7 @@ HRESULT WINAPI ddrawex_factory_CreateDirectDraw(IDirectDrawFactory *iface,
void
DDSD_to_DDSD2
(
const
DDSURFACEDESC
*
in
,
DDSURFACEDESC2
*
out
)
DECLSPEC_HIDDEN
;
void
DDSD2_to_DDSD
(
const
DDSURFACEDESC2
*
in
,
DDSURFACEDESC
*
out
)
DECLSPEC_HIDDEN
;
/******************************************************************************
* IDirectDraw wrapper implementation
******************************************************************************/
typedef
struct
struct
ddrawex
{
IDirectDraw
IDirectDraw_iface
;
IDirectDraw2
IDirectDraw2_iface
;
...
...
@@ -64,7 +61,7 @@ typedef struct
/* The interface we're forwarding to */
IDirectDraw4
*
parent
;
}
IDirectDrawImpl
;
};
IDirectDraw4
*
dd_get_outer
(
IDirectDraw4
*
inner
)
DECLSPEC_HIDDEN
;
IDirectDraw4
*
dd_get_inner
(
IDirectDraw4
*
outer
)
DECLSPEC_HIDDEN
;
...
...
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