]> git.proxmox.com Git - mirror_qemu.git/commit
ui/vc: remove kbd_put_keysym() and update function calls
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Wed, 30 Aug 2023 09:38:19 +0000 (13:38 +0400)
committerMarc-André Lureau <marcandre.lureau@redhat.com>
Tue, 12 Sep 2023 06:37:02 +0000 (10:37 +0400)
commitf5360a0d287923dcf8f1f25acdd8b772970175cb
treec8808e9b6d219840220c1e158e872d9a6433d6e5
parent67a6fcb2b06846dd37296bb901ad93a0cd87ee67
ui/vc: remove kbd_put_keysym() and update function calls

The function calls to `kbd_put_keysym` have been updated to now call
`kbd_put_keysym_console` with a NULL console parameter.

Like most console functions, NULL argument is now for the active console.

This will allow to rename the text console functions in a consistent manner.

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Akihiko Odaki <akihiko.odaki@daynix.com>
include/ui/console.h
ui/cocoa.m
ui/console.c
ui/curses.c
ui/vnc.c