summaryrefslogtreecommitdiffstats
path: root/include/ui
diff options
context:
space:
mode:
authorMarc-André Lureau2021-04-13 18:39:11 +0200
committerMarc-André Lureau2021-12-21 07:50:21 +0100
commitca19ef52999251443b511b53e7b0498dd247261e (patch)
tree910c07bed1bebacff9f6a873b5b2bc781d28b04e /include/ui
parentvirtio-gpu: use VIRTIO_GPU_RESOURCE_FLAG_Y_0_TOP (diff)
downloadqemu-ca19ef52999251443b511b53e7b0498dd247261e.tar.gz
qemu-ca19ef52999251443b511b53e7b0498dd247261e.tar.xz
qemu-ca19ef52999251443b511b53e7b0498dd247261e.zip
ui: do not delay further remote resize
A remote client, such as Spice, will already avoid flooding the stream by delaying the resize requests. Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Acked-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'include/ui')
-rw-r--r--include/ui/console.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ui/console.h b/include/ui/console.h
index 6d678924f6..65e6bbcab8 100644
--- a/include/ui/console.h
+++ b/include/ui/console.h
@@ -292,7 +292,7 @@ void unregister_displaychangelistener(DisplayChangeListener *dcl);
bool dpy_ui_info_supported(QemuConsole *con);
const QemuUIInfo *dpy_get_ui_info(const QemuConsole *con);
-int dpy_set_ui_info(QemuConsole *con, QemuUIInfo *info);
+int dpy_set_ui_info(QemuConsole *con, QemuUIInfo *info, bool delay);
void dpy_gfx_update(QemuConsole *con, int x, int y, int w, int h);
void dpy_gfx_update_full(QemuConsole *con);