mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
vnc: no need to set force_update for incremental update requests.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
89ee676ead
commit
24cf0a6e36
1 changed files with 1 additions and 1 deletions
2
vnc.c
2
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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue