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
eb3028ac
Commit
eb3028ac
authored
Jul 28, 2006
by
Vitaliy Margolen
Committed by
Alexandre Julliard
Jul 29, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dinput: Add DISCL_NOWINKEY define.
parent
e5fc18a5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
device.c
dlls/dinput/device.c
+2
-1
dinput.h
include/dinput.h
+1
-0
No files found.
dlls/dinput/device.c
View file @
eb3028ac
...
...
@@ -54,7 +54,8 @@ void _dump_cooperativelevel_DI(DWORD dwFlags) {
FE
(
DISCL_BACKGROUND
),
FE
(
DISCL_EXCLUSIVE
),
FE
(
DISCL_FOREGROUND
),
FE
(
DISCL_NONEXCLUSIVE
)
FE
(
DISCL_NONEXCLUSIVE
),
FE
(
DISCL_NOWINKEY
)
#undef FE
};
for
(
i
=
0
;
i
<
(
sizeof
(
flags
)
/
sizeof
(
flags
[
0
]));
i
++
)
...
...
include/dinput.h
View file @
eb3028ac
...
...
@@ -785,6 +785,7 @@ typedef struct DIDEVCAPS {
#define DISCL_NONEXCLUSIVE 0x00000002
#define DISCL_FOREGROUND 0x00000004
#define DISCL_BACKGROUND 0x00000008
#define DISCL_NOWINKEY 0x00000010
/* Device FF flags */
#define DISFFC_RESET 0x00000001
...
...
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