fix xtray keyboard shortcut handling

This commit is contained in:
berkeviktor@aol.com
2011-07-27 09:04:58 +02:00
parent 34144faca5
commit 69ba67b254
2 changed files with 48 additions and 2 deletions

View File

@@ -19,6 +19,9 @@
#ifndef _H_UTILITY_H
#define _H_UTILITY_H
WORD HotkeyfToMod (WORD);
WORD ModToHotkeyf (WORD);
int SetOption (HWND, unsigned int, unsigned int);
int SetCheck (HWND, unsigned int, unsigned int);
int SetToggle (HWND, unsigned int, unsigned int, bool);