Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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-winehq
Commits
922b66e3
Commit
922b66e3
authored
Mar 09, 2009
by
Aric Stewart
Committed by
Alexandre Julliard
Mar 10, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dinput: Rename Linux-specific joystick functions.
parent
e90e7e5b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
joystick_linux.c
dlls/dinput/joystick_linux.c
+6
-6
No files found.
dlls/dinput/joystick_linux.c
View file @
922b66e3
...
...
@@ -602,7 +602,7 @@ const struct dinput_device joystick_linux_device = {
/******************************************************************************
* Acquire : gets exclusive control of the joystick
*/
static
HRESULT
WINAPI
JoystickAImpl_Acquire
(
LPDIRECTINPUTDEVICE8A
iface
)
static
HRESULT
WINAPI
Joystick
Linux
AImpl_Acquire
(
LPDIRECTINPUTDEVICE8A
iface
)
{
JoystickImpl
*
This
=
(
JoystickImpl
*
)
iface
;
...
...
@@ -632,7 +632,7 @@ static HRESULT WINAPI JoystickAImpl_Acquire(LPDIRECTINPUTDEVICE8A iface)
/******************************************************************************
* Unacquire : frees the joystick
*/
static
HRESULT
WINAPI
JoystickAImpl_Unacquire
(
LPDIRECTINPUTDEVICE8A
iface
)
static
HRESULT
WINAPI
Joystick
Linux
AImpl_Unacquire
(
LPDIRECTINPUTDEVICE8A
iface
)
{
JoystickImpl
*
This
=
(
JoystickImpl
*
)
iface
;
HRESULT
res
;
...
...
@@ -735,8 +735,8 @@ static const IDirectInputDevice8AVtbl JoystickAvt =
IDirectInputDevice2AImpl_EnumObjects
,
JoystickAGenericImpl_GetProperty
,
JoystickAGenericImpl_SetProperty
,
JoystickAImpl_Acquire
,
JoystickAImpl_Unacquire
,
Joystick
Linux
AImpl_Acquire
,
Joystick
Linux
AImpl_Unacquire
,
JoystickAGenericImpl_GetDeviceState
,
IDirectInputDevice2AImpl_GetDeviceData
,
IDirectInputDevice2AImpl_SetDataFormat
,
...
...
@@ -777,8 +777,8 @@ static const IDirectInputDevice8WVtbl JoystickWvt =
IDirectInputDevice2WImpl_EnumObjects
,
XCAST
(
GetProperty
)
JoystickAGenericImpl_GetProperty
,
XCAST
(
SetProperty
)
JoystickAGenericImpl_SetProperty
,
XCAST
(
Acquire
)
JoystickAImpl_Acquire
,
XCAST
(
Unacquire
)
JoystickAImpl_Unacquire
,
XCAST
(
Acquire
)
Joystick
Linux
AImpl_Acquire
,
XCAST
(
Unacquire
)
Joystick
Linux
AImpl_Unacquire
,
XCAST
(
GetDeviceState
)
JoystickAGenericImpl_GetDeviceState
,
XCAST
(
GetDeviceData
)
IDirectInputDevice2AImpl_GetDeviceData
,
XCAST
(
SetDataFormat
)
IDirectInputDevice2AImpl_SetDataFormat
,
...
...
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