aboutsummaryrefslogtreecommitdiff
path: root/include/ui/win32-kbd-hook.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ui/win32-kbd-hook.h')
-rw-r--r--include/ui/win32-kbd-hook.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/include/ui/win32-kbd-hook.h b/include/ui/win32-kbd-hook.h
new file mode 100644
index 0000000000..4bd9f00f97
--- /dev/null
+++ b/include/ui/win32-kbd-hook.h
@@ -0,0 +1,14 @@
+/*
+ * SPDX-License-Identifier: GPL-2.0-or-later
+ *
+ * This work is licensed under the terms of the GNU GPL, version 2 or later.
+ * See the COPYING file in the top-level directory.
+ */
+
+#ifndef UI_WIN32_KBD_HOOK_H
+#define UI_WIN32_KBD_HOOK_H
+
+void win32_kbd_set_window(void *hwnd);
+void win32_kbd_set_grab(bool grab);
+
+#endif