summaryrefslogtreecommitdiff
path: root/include/ui
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2013-02-28 16:42:28 +0100
committerGerd Hoffmann <kraxel@redhat.com>2013-03-18 10:21:59 +0100
commit71874c1751ebb7368eaa023a35ac919d2c1c5e4c (patch)
treeed1344c1a1c198792d748a1271248546c15e89c7 /include/ui
parent8db9bae94eadcb7d5d07af1ba0c642aafafc5498 (diff)
downloadqemu-71874c1751ebb7368eaa023a35ac919d2c1c5e4c.tar.gz
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/ui')
-rw-r--r--include/ui/spice-display.h2
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;