From: Gerd Hoffmann Date: Mon, 27 Apr 2009 14:39:52 +0000 (+0200) Subject: vnc: no need to set force_update for incremental update requests. X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=24cf0a6e36402f3bbab1d7317de6c4d511c832e1;p=qmiga%2Fqemu.git vnc: no need to set force_update for incremental update requests. Signed-off-by: Gerd Hoffmann Signed-off-by: Anthony Liguori --- diff --git a/vnc.c b/vnc.c index a7a356b489..b5a186d313 100644 --- a/vnc.c +++ b/vnc.c @@ -1422,8 +1422,8 @@ static void framebuffer_update_request(VncState *vs, int incremental, int i; vs->need_update = 1; - vs->force_update = 1; if (!incremental) { + vs->force_update = 1; for (i = 0; i < h; i++) { vnc_set_bits(vs->guest.dirty[y_position + i], (ds_get_width(vs->ds) / 16), VNC_DIRTY_WORDS);