summaryrefslogtreecommitdiff
path: root/src/hotkeys.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/hotkeys.h')
-rw-r--r--src/hotkeys.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/hotkeys.h b/src/hotkeys.h
index 19791663d..25a489b3f 100644
--- a/src/hotkeys.h
+++ b/src/hotkeys.h
@@ -15,6 +15,7 @@
#include "core/smallvec_type.hpp"
#include "gfx_type.h"
#include "window_type.h"
+#include "string_type.h"
/**
* All data for a single hotkey. The name (for saving/loading a configfile),
@@ -67,6 +68,6 @@ void LoadHotkeysFromConfig();
void SaveHotkeysToConfig();
-void HandleGlobalHotkeys(uint16 key, uint16 keycode);
+void HandleGlobalHotkeys(WChar key, uint16 keycode);
#endif /* HOTKEYS_H */