diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2013-02-28 17:16:48 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2013-03-18 10:21:58 +0100 |
commit | d39fa6d86d07646e3481e5c3e45a984bff590642 (patch) | |
tree | 1552b7a69322ec4ae772339dc1bd03fa460c8a94 /ui/vnc.h | |
parent | 9d9801cf803cdceaa4845fe27150b24d5ab083e6 (diff) |
vnc: stop using DisplayState
Rework DisplayStateListener callbacks to not use the DisplayState
any more.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'ui/vnc.h')
-rw-r--r-- | ui/vnc.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -150,7 +150,7 @@ struct VncDisplay bool websocket; char *ws_display; #endif - DisplayState *ds; + DisplaySurface *ds; DisplayChangeListener dcl; kbd_layout_t *kbd_layout; int lock_key_sync; @@ -248,7 +248,6 @@ struct VncState { int csock; - DisplayState *ds; DECLARE_BITMAP(dirty[VNC_MAX_HEIGHT], VNC_DIRTY_BITS); uint8_t **lossy_rect; /* Not an Array to avoid costly memcpy in * vnc-jobs-async.c */ |