vnc: fix copyrect screen corruption
commit82944b87db46af80bfacb02bbd4864581e519308
authorGerd Hoffmann <kraxel@redhat.com>
Mon, 27 Jul 2009 15:10:48 +0000 (27 17:10 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Fri, 28 Aug 2009 02:23:35 +0000 (27 21:23 -0500)
treefd35f48811553ca099ef4285417dc66673473311
parent19e4a89ee6a44a2237c170d3029cff922a5b8098
vnc: fix copyrect screen corruption

When sending a copyrect command to the vnc client, we must also update
the local server surface.  Otherwise the server's and the client's idea
of the screen content run out of sync and screen updates don't work
correctly.

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