diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2013-02-28 16:42:28 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2013-03-18 10:21:59 +0100 |
commit | 71874c1751ebb7368eaa023a35ac919d2c1c5e4c (patch) | |
tree | ed1344c1a1c198792d748a1271248546c15e89c7 /include | |
parent | 8db9bae94eadcb7d5d07af1ba0c642aafafc5498 (diff) |
spice: stop using DisplayState
Rework DisplayStateListener callbacks to not use the DisplayState
any more.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/ui/spice-display.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ui/spice-display.h b/include/ui/spice-display.h index 82f8246650..a9e1e09b42 100644 --- a/include/ui/spice-display.h +++ b/include/ui/spice-display.h @@ -71,7 +71,7 @@ typedef struct SimpleSpiceDisplay SimpleSpiceDisplay; typedef struct SimpleSpiceUpdate SimpleSpiceUpdate; struct SimpleSpiceDisplay { - DisplayState *ds; + DisplaySurface *ds; DisplayChangeListener dcl; void *buf; int bufsize; |