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
d9f97259
Commit
d9f97259
authored
Feb 28, 2008
by
Stefan Dösinger
Committed by
Alexandre Julliard
Mar 03, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
d3d9: Add an IDirect3D9Ex stub.
parent
069b9c8c
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
63 additions
and
21 deletions
+63
-21
d3d9_private.h
dlls/d3d9/d3d9_private.h
+2
-2
directx.c
dlls/d3d9/directx.c
+61
-19
No files found.
dlls/d3d9/d3d9_private.h
View file @
d9f97259
...
@@ -139,7 +139,7 @@ extern CRITICAL_SECTION d3d9_cs;
...
@@ -139,7 +139,7 @@ extern CRITICAL_SECTION d3d9_cs;
/*****************************************************************************
/*****************************************************************************
* Predeclare the interface implementation structures
* Predeclare the interface implementation structures
*/
*/
extern
const
IDirect3D9Vtbl
Direct3D9_Vtbl
;
extern
const
IDirect3D9
Ex
Vtbl
Direct3D9_Vtbl
;
/*****************************************************************************
/*****************************************************************************
* IDirect3D implementation structure
* IDirect3D implementation structure
...
@@ -147,7 +147,7 @@ extern const IDirect3D9Vtbl Direct3D9_Vtbl;
...
@@ -147,7 +147,7 @@ extern const IDirect3D9Vtbl Direct3D9_Vtbl;
typedef
struct
IDirect3D9Impl
typedef
struct
IDirect3D9Impl
{
{
/* IUnknown fields */
/* IUnknown fields */
const
IDirect3D9Vtbl
*
lpVtbl
;
const
IDirect3D9
Ex
Vtbl
*
lpVtbl
;
LONG
ref
;
LONG
ref
;
/* The WineD3D device */
/* The WineD3D device */
...
...
dlls/d3d9/directx.c
View file @
d9f97259
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