]> git.proxmox.com Git - mirror_qemu.git/blame - include/ui/win32-kbd-hook.h
ui/input: Constify QemuInputHandler structure
[mirror_qemu.git] / include / ui / win32-kbd-hook.h
CommitLineData
2df9f571
VR
1/*
2 * SPDX-License-Identifier: GPL-2.0-or-later
3 *
4 * This work is licensed under the terms of the GNU GPL, version 2 or later.
5 * See the COPYING file in the top-level directory.
6 */
7
8#ifndef UI_WIN32_KBD_HOOK_H
9#define UI_WIN32_KBD_HOOK_H
10
11void win32_kbd_set_window(void *hwnd);
12void win32_kbd_set_grab(bool grab);
13
14#endif