[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-changelog] [xen-unstable] [HVM][VNC] Fix bug in the VNC copyrect implementation which crept in



# HG changeset patch
# User Steven Smith <ssmith@xxxxxxxxxxxxx>
# Node ID 140dff9d90dca30cb8f8e258e8976ce2dafb73e2
# Parent  6e3223a6946142eab3fb14df8fde5c817c53a44b
[HVM][VNC] Fix bug in the VNC copyrect implementation which crept in
with the update backoff patch.

Signed-off-by: Steven Smith <sos22@xxxxxxxxx>
---
 tools/ioemu/vnc.c |    3 +++
 1 files changed, 3 insertions(+)

diff -r 6e3223a69461 -r 140dff9d90dc tools/ioemu/vnc.c
--- a/tools/ioemu/vnc.c Thu Sep 21 19:51:10 2006 +0100
+++ b/tools/ioemu/vnc.c Fri Sep 22 09:12:00 2006 +0100
@@ -400,6 +400,9 @@ static void vnc_copy(DisplayState *ds, i
        (dst_x + w) > (vs->visible_x + vs->visible_w) ||
        (dst_y + h) > (vs->visible_y + vs->visible_h))
        updating_client = 0;
+
+    if (updating_client)
+       _vnc_update_client(vs);
 
     if (dst_y > src_y) {
        y = h - 1;

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.