|
|
|
|
|
|
|
|
|
|
xen-changelog
[Xen-changelog] [xen-unstable] [HVM][VNC] Fix bug in the VNC copyrect im
# 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
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-changelog] [xen-unstable] [HVM][VNC] Fix bug in the VNC copyrect implementation which crept in,
Xen patchbot-unstable <=
|
|
|
|
|