Re: [Qemu-devel] [PATCH 2/5] vnc: send desktopresize event as reply to set encodings

2010-05-25 Thread Corentin Chary
On Tue, May 25, 2010 at 6:25 PM, Gerd Hoffmann wrote: > 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

[Qemu-devel] [PATCH 2/5] vnc: send desktopresize event as reply to set encodings

2010-05-25 Thread Gerd Hoffmann
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 Hoffma