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
a61c7b9c
Commit
a61c7b9c
authored
May 11, 2011
by
Dylan Smith
Committed by
Alexandre Julliard
May 12, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Replace a THIS, with THIS_ for a method with parameters.
parent
5fac827f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
d3dx9anim.h
include/d3dx9anim.h
+1
-1
No files found.
include/d3dx9anim.h
View file @
a61c7b9c
...
...
@@ -349,7 +349,7 @@ DECLARE_INTERFACE_(ID3DXAnimationController, IUnknown)
STDMETHOD_
(
D3DXEVENTHANDLE
,
KeyTrackEnable
)(
THIS_
UINT
track
,
BOOL
new_enable
,
DOUBLE
start_time
)
PURE
;
STDMETHOD_
(
D3DXEVENTHANDLE
,
KeyPriorityBlend
)(
THIS_
FLOAT
new_blend_weight
,
DOUBLE
start_time
,
DOUBLE
duration
,
D3DXTRANSITION_TYPE
transition
)
PURE
;
STDMETHOD
(
UnkeyEvent
)(
THIS
,
D3DXEVENTHANDLE
event
)
PURE
;
STDMETHOD
(
UnkeyEvent
)(
THIS
_
D3DXEVENTHANDLE
event
)
PURE
;
STDMETHOD
(
UnkeyAllTrackEvents
)(
THIS_
UINT
track
)
PURE
;
STDMETHOD
(
UnkeyAllPriorityBlends
)(
THIS
)
PURE
;
STDMETHOD_
(
D3DXEVENTHANDLE
,
GetCurrentTrackEvent
)(
THIS_
UINT
track
,
D3DXEVENT_TYPE
event_type
)
PURE
;
...
...
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