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
0dae8993
Commit
0dae8993
authored
Feb 13, 2001
by
Ove Kaaven
Committed by
Alexandre Julliard
Feb 13, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Some important stuff from the DirectDraw DDK headers.
parent
169adf5c
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
41 additions
and
0 deletions
+41
-0
dciddi.h
include/dciddi.h
+41
-0
ddrawi.h
include/ddrawi.h
+0
-0
No files found.
include/dciddi.h
0 → 100644
View file @
0dae8993
/* DCI driver interface */
#ifndef __WINE_DCIDDI_H
#define __WINE_DCIDDI_H
#ifdef __cplusplus
extern
"C"
{
#endif
/* DCI Command Escape */
#define DCICOMMAND 3075
#define DCI_VERSION 0x0100
#define DCICREATEPRIMARYSURFACE 1
#define DCICREATEOFFSCREENSURFACE 2
#define DCICREATEOVERLAYSURFACE 3
#define DCIENUMSURFACE 4
#define DCIESCAPE 5
/* DCI Errors */
#define DCI_OK 0
typedef
int
DCIRVAL
;
/* DCI callback return type */
/*****************************************************************************
* Escape command structures
*/
typedef
struct
_DCICMD
{
DWORD
dwCommand
;
DWORD
dwParam1
;
DWORD
dwParam2
;
DWORD
dwVersion
;
DWORD
dwReserved
;
}
DCICMD
,
*
LPDCICMD
;
#ifdef __cplusplus
}
/* extern "C" */
#endif
#endif
/* __WINE_DCIDDI_H */
include/ddrawi.h
0 → 100644
View file @
0dae8993
This diff is collapsed.
Click to expand it.
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