aboutsummaryrefslogtreecommitdiff
path: root/include/ui
diff options
context:
space:
mode:
authorAkihiko Odaki <akihiko.odaki@daynix.com>2024-03-19 12:08:42 +0900
committerMarc-André Lureau <marcandre.lureau@redhat.com>2024-03-20 10:27:58 +0400
commite99441a3793b53c21a4087cdc8c4f1a4d77e35e4 (patch)
tree05df93ca5bb8d64550769e884bc3e09242c1c95c /include/ui
parentca3de7b5afe9c8ded29b7bc64bcdbaa754d65c50 (diff)
downloadqemu-e99441a3793b53c21a4087cdc8c4f1a4d77e35e4.zip
qemu-e99441a3793b53c21a4087cdc8c4f1a4d77e35e4.tar.gz
qemu-e99441a3793b53c21a4087cdc8c4f1a4d77e35e4.tar.bz2
ui/curses: Do not use console_select()
ui/curses is the only user of console_select(). Move the implementation to ui/curses. Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com> Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com> Message-Id: <20240319-console-v2-4-3fd6feef321a@daynix.com>
Diffstat (limited to 'include/ui')
-rw-r--r--include/ui/console.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/ui/console.h b/include/ui/console.h
index 3729d2d..0bc7a00 100644
--- a/include/ui/console.h
+++ b/include/ui/console.h
@@ -433,7 +433,6 @@ int qemu_console_get_window_id(QemuConsole *con);
/* Set the low-level window id for the console */
void qemu_console_set_window_id(QemuConsole *con, int window_id);
-void console_select(unsigned int index);
void qemu_console_resize(QemuConsole *con, int width, int height);
DisplaySurface *qemu_console_surface(QemuConsole *con);
void coroutine_fn qemu_console_co_wait_update(QemuConsole *con);