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
be17277b
Commit
be17277b
authored
May 31, 2011
by
Andrew Nguyen
Committed by
Alexandre Julliard
May 31, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ddraw: Remove some unused structure definitions in the private ddraw header.
parent
cf6d56a4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
30 deletions
+0
-30
ddraw_private.h
dlls/ddraw/ddraw_private.h
+0
-30
No files found.
dlls/ddraw/ddraw_private.h
View file @
be17277b
...
...
@@ -135,21 +135,6 @@ struct IDirectDrawImpl
HRESULT
ddraw_init
(
IDirectDrawImpl
*
ddraw
,
WINED3DDEVTYPE
device_type
)
DECLSPEC_HIDDEN
;
/* Helper structures */
typedef
struct
EnumDisplayModesCBS
{
void
*
context
;
LPDDENUMMODESCALLBACK2
callback
;
}
EnumDisplayModesCBS
;
typedef
struct
EnumSurfacesCBS
{
void
*
context
;
LPDDENUMSURFACESCALLBACK7
callback
;
LPDDSURFACEDESC2
pDDSD
;
DWORD
Flags
;
}
EnumSurfacesCBS
;
/* Utility functions */
void
DDRAW_Convert_DDSCAPS_1_To_2
(
const
DDSCAPS
*
pIn
,
DDSCAPS2
*
pOut
)
DECLSPEC_HIDDEN
;
void
DDRAW_Convert_DDDEVICEIDENTIFIER_2_To_1
(
const
DDDEVICEIDENTIFIER2
*
pIn
,
DDDEVICEIDENTIFIER
*
pOut
)
DECLSPEC_HIDDEN
;
...
...
@@ -341,21 +326,6 @@ static inline IDirect3DDeviceImpl *device_from_device3(IDirect3DDevice3 *iface)
return
(
IDirect3DDeviceImpl
*
)((
char
*
)
iface
-
FIELD_OFFSET
(
IDirect3DDeviceImpl
,
IDirect3DDevice3_vtbl
));
}
/* Structures */
struct
EnumTextureFormatsCBS
{
LPD3DENUMTEXTUREFORMATSCALLBACK
cbv2
;
LPD3DENUMPIXELFORMATSCALLBACK
cbv7
;
void
*
Context
;
};
/* Structure for EnumZBufferFormats */
struct
EnumZBufferFormatsData
{
LPD3DENUMPIXELFORMATSCALLBACK
Callback
;
void
*
Context
;
};
/*****************************************************************************
* IDirectDrawClipper implementation structure
*****************************************************************************/
...
...
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