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
cbf57825
Commit
cbf57825
authored
Apr 15, 2013
by
Henri Verbeet
Committed by
Alexandre Julliard
Apr 15, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
d3drm: Avoid LPD3DRMANIMATIONKEY.
parent
a6a38bb2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
5 deletions
+3
-5
d3drmobj.h
include/d3drmobj.h
+3
-5
No files found.
include/d3drmobj.h
View file @
cbf57825
...
...
@@ -3879,11 +3879,9 @@ DECLARE_INTERFACE_(IDirect3DRMAnimation2, IDirect3DRMObject)
STDMETHOD_
(
D3DRMANIMATIONOPTIONS
,
GetOptions
)(
THIS
)
PURE
;
STDMETHOD
(
GetFrame
)(
THIS_
LPDIRECT3DRMFRAME3
*
lpD3DFrame
)
PURE
;
STDMETHOD
(
DeleteKeyByID
)(
THIS_
DWORD
dwID
)
PURE
;
STDMETHOD
(
AddKey
)(
THIS_
LPD3DRMANIMATIONKEY
lpKey
)
PURE
;
STDMETHOD
(
ModifyKey
)(
THIS_
LPD3DRMANIMATIONKEY
lpKey
)
PURE
;
STDMETHOD
(
GetKeys
)(
THIS_
D3DVALUE
dvTimeMin
,
D3DVALUE
dvTimeMax
,
LPDWORD
lpdwNumKeys
,
LPD3DRMANIMATIONKEY
lpKey
);
STDMETHOD
(
AddKey
)(
THIS_
D3DRMANIMATIONKEY
*
key
)
PURE
;
STDMETHOD
(
ModifyKey
)(
THIS_
D3DRMANIMATIONKEY
*
key
)
PURE
;
STDMETHOD
(
GetKeys
)(
THIS_
D3DVALUE
time_min
,
D3DVALUE
time_max
,
DWORD
*
key_count
,
D3DRMANIMATIONKEY
*
keys
);
};
#undef INTERFACE
...
...
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