mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 15:23:53 -06:00
vnc: fix screen updates
Bug was added by 38ee14f4f3
.
vnc_jobs_join call is missing in one code path.
Reported-by: Anthony PERARD <anthony.perard@citrix.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:
parent
c14e98479b
commit
eb214ff8ef
1 changed files with 3 additions and 0 deletions
3
ui/vnc.c
3
ui/vnc.c
|
@ -935,6 +935,9 @@ static int vnc_update_client(VncState *vs, int has_dirty, bool sync)
|
|||
}
|
||||
|
||||
vnc_job_push(job);
|
||||
if (sync) {
|
||||
vnc_jobs_join(vs);
|
||||
}
|
||||
vs->force_update = 0;
|
||||
return n;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue