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
1e8abc39
Commit
1e8abc39
authored
Sep 02, 2011
by
Francois Gouget
Committed by
Alexandre Julliard
Sep 02, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dinput: Make semantic_to_obj_id() static.
parent
3a9343e5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
device.c
dlls/dinput/device.c
+1
-1
device_private.h
dlls/dinput/device_private.h
+0
-1
No files found.
dlls/dinput/device.c
View file @
1e8abc39
...
...
@@ -570,7 +570,7 @@ int find_property(const DataFormat *df, LPCDIPROPHEADER ph)
return
-
1
;
}
DWORD
semantic_to_obj_id
(
IDirectInputDeviceImpl
*
This
,
DWORD
dwSemantic
)
static
DWORD
semantic_to_obj_id
(
IDirectInputDeviceImpl
*
This
,
DWORD
dwSemantic
)
{
DWORD
type
=
(
0x0000ff00
&
dwSemantic
)
>>
8
;
DWORD
offset
=
0x000000ff
&
dwSemantic
;
...
...
dlls/dinput/device_private.h
View file @
1e8abc39
...
...
@@ -124,7 +124,6 @@ extern void _dump_OBJECTINSTANCEW(const DIDEVICEOBJECTINSTANCEW *ddoi) DECLSPEC
extern
void
_dump_DIDATAFORMAT
(
const
DIDATAFORMAT
*
df
)
DECLSPEC_HIDDEN
;
extern
const
char
*
_dump_dinput_GUID
(
const
GUID
*
guid
)
DECLSPEC_HIDDEN
;
extern
DWORD
semantic_to_obj_id
(
IDirectInputDeviceImpl
*
This
,
DWORD
dwSemantic
)
DECLSPEC_HIDDEN
;
extern
LPDIOBJECTDATAFORMAT
dataformat_to_odf_by_type
(
LPCDIDATAFORMAT
df
,
int
n
,
DWORD
type
)
DECLSPEC_HIDDEN
;
extern
HRESULT
_build_action_map
(
LPDIRECTINPUTDEVICE8W
iface
,
LPDIACTIONFORMATW
lpdiaf
,
LPCWSTR
lpszUserName
,
DWORD
dwFlags
,
DWORD
devMask
,
LPCDIDATAFORMAT
df
)
DECLSPEC_HIDDEN
;
...
...
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