mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 07:13:54 -06:00
ui/vc: move text console invalidate in helper
This will allow to split the VC code in a separate unit more easily. Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> Message-Id: <20230830093843.3531473-43-marcandre.lureau@redhat.com>
This commit is contained in:
parent
893fe23e7d
commit
322dae4bc8
2 changed files with 10 additions and 4 deletions
|
@ -521,6 +521,7 @@ 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);
|
||||
int qemu_invalidate_text_consoles(void);
|
||||
|
||||
/* console-gl.c */
|
||||
#ifdef CONFIG_OPENGL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue