mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
spice: move qemu_spice_display_*() from spice-graphics to spice-core
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:
parent
b1b27b6426
commit
7cc6a25fe9
2 changed files with 16 additions and 17 deletions
|
@ -126,23 +126,6 @@ void qemu_spice_wakeup(SimpleSpiceDisplay *ssd)
|
|||
spice_qxl_wakeup(&ssd->qxl);
|
||||
}
|
||||
|
||||
static int spice_display_is_running;
|
||||
|
||||
void qemu_spice_display_start(void)
|
||||
{
|
||||
spice_display_is_running = true;
|
||||
}
|
||||
|
||||
void qemu_spice_display_stop(void)
|
||||
{
|
||||
spice_display_is_running = false;
|
||||
}
|
||||
|
||||
int qemu_spice_display_is_running(SimpleSpiceDisplay *ssd)
|
||||
{
|
||||
return spice_display_is_running;
|
||||
}
|
||||
|
||||
static void qemu_spice_create_one_update(SimpleSpiceDisplay *ssd,
|
||||
QXLRect *rect)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue