]> git.proxmox.com Git - qemu.git/commit - vnc.c
vnc: send desktopresize event as reply to set encodings
authorGerd Hoffmann <kraxel@redhat.com>
Tue, 25 May 2010 16:25:17 +0000 (18:25 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Tue, 1 Jun 2010 18:30:08 +0000 (13:30 -0500)
commit6356e472512c55a5dc3aaf12ce12a6eb916dd045
treeb2986ae39e6403b3129a78c6642615838c8d5e84
parent621aaeb9991933a367e3964ecfc88a8f96af1f6a
vnc: send desktopresize event as reply to set encodings

In case the desktop did resize while the vnc connection setup was still
in progress the client isn't informed about it.  Send a desktop resize
event as soon as the client told us it can handle deskop resize via set
encodings message to make sure the client us up to date.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
vnc.c