1
0
Fork 0
qemu/include/ui/win32-kbd-hook.h
Daniel Baumann ea34ddeea6
Adding upstream version 1:10.0.2+ds.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-22 14:27:05 +02:00

14 lines
325 B
C

/*
* 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