]> git.proxmox.com Git - mirror_qemu.git/commit - ui/console.c
ui: do not delay further remote resize
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Tue, 13 Apr 2021 16:39:11 +0000 (20:39 +0400)
committerMarc-André Lureau <marcandre.lureau@redhat.com>
Tue, 21 Dec 2021 06:50:21 +0000 (10:50 +0400)
commitca19ef52999251443b511b53e7b0498dd247261e
tree910c07bed1bebacff9f6a873b5b2bc781d28b04e
parent46e4609e339f424a0e19c1fb657ccad6a43f7364
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>
include/ui/console.h
ui/cocoa.m
ui/console.c
ui/gtk.c
ui/sdl2.c
ui/spice-display.c
ui/vnc.c