dinput: Add DISCL_NOWINKEY define.

oldstable
Vitaliy Margolen 2006-07-28 08:13:21 -06:00 committed by Alexandre Julliard
parent e5fc18a505
commit eb3028acc0
2 changed files with 3 additions and 1 deletions

View File

@ -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++)

View File

@ -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