mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 10:13:56 -06:00
vnc: stop using DisplayState
Rework DisplayStateListener callbacks to not use the DisplayState any more. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:
parent
9d9801cf80
commit
d39fa6d86d
4 changed files with 48 additions and 40 deletions
|
@ -183,7 +183,6 @@ static void vnc_async_encoding_start(VncState *orig, VncState *local)
|
|||
{
|
||||
local->vnc_encoding = orig->vnc_encoding;
|
||||
local->features = orig->features;
|
||||
local->ds = orig->ds;
|
||||
local->vd = orig->vd;
|
||||
local->lossy_rect = orig->lossy_rect;
|
||||
local->write_pixels = orig->write_pixels;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue