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
c309046c
Commit
c309046c
authored
Jan 22, 2013
by
Henri Verbeet
Committed by
Alexandre Julliard
Jan 22, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
d3drm: Avoid LPD3DRECT.
parent
fad7e7a0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
d3drmobj.h
include/d3drmobj.h
+3
-2
No files found.
include/d3drmobj.h
View file @
c309046c
...
...
@@ -157,8 +157,9 @@ typedef struct IDirect3DRMClippedVisual *LPDIRECT3DRMCLIPPEDVISUAL, **LPLPDIRE
typedef
void
(
__cdecl
*
D3DRMOBJECTCALLBACK
)(
LPDIRECT3DRMOBJECT
obj
,
LPVOID
arg
);
typedef
void
(
__cdecl
*
D3DRMFRAMEMOVECALLBACK
)(
LPDIRECT3DRMFRAME
obj
,
LPVOID
arg
,
D3DVALUE
delta
);
typedef
void
(
__cdecl
*
D3DRMFRAME3MOVECALLBACK
)(
LPDIRECT3DRMFRAME3
obj
,
LPVOID
arg
,
D3DVALUE
delta
);
typedef
void
(
__cdecl
*
D3DRMUPDATECALLBACK
)(
LPDIRECT3DRMDEVICE
obj
,
LPVOID
arg
,
int
,
LPD3DRECT
);
typedef
void
(
__cdecl
*
D3DRMDEVICE3UPDATECALLBACK
)(
LPDIRECT3DRMDEVICE3
obj
,
LPVOID
arg
,
int
,
LPD3DRECT
);
typedef
void
(
__cdecl
*
D3DRMUPDATECALLBACK
)(
struct
IDirect3DRMDevice
*
device
,
void
*
ctx
,
int
count
,
D3DRECT
*
rects
);
typedef
void
(
__cdecl
*
D3DRMDEVICE3UPDATECALLBACK
)(
struct
IDirect3DRMDevice3
*
device
,
void
*
ctx
,
int
count
,
D3DRECT
*
rects
);
typedef
int
(
__cdecl
*
D3DRMUSERVISUALCALLBACK
)(
LPDIRECT3DRMUSERVISUAL
obj
,
LPVOID
arg
,
D3DRMUSERVISUALREASON
reason
,
LPDIRECT3DRMDEVICE
dev
,
LPDIRECT3DRMVIEWPORT
view
);
typedef
HRESULT
(
__cdecl
*
D3DRMLOADTEXTURECALLBACK
)(
char
*
tex_name
,
void
*
arg
,
LPDIRECT3DRMTEXTURE
*
);
...
...
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