diff options
Diffstat (limited to 'include/m_hotkeys.h')
-rw-r--r-- | include/m_hotkeys.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/m_hotkeys.h b/include/m_hotkeys.h index 7135cb35a1..b081256a6d 100644 --- a/include/m_hotkeys.h +++ b/include/m_hotkeys.h @@ -39,8 +39,8 @@ struct HOTKEYDESC MAllStrings szSection; // section name used to group sounds (NULL is acceptable)
const char *pszService; // Service to call when HotKey Pressed
WORD DefHotKey; // default hot key for action
+ DWORD dwFlags; // one of HKD_* constants
LPARAM lParam; // lParam to pass to service
- DWORD dwFlags;
};
/////////////////////////////////////////////////////////////////////////////////////////
|