From 71874c1751ebb7368eaa023a35ac919d2c1c5e4c Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Thu, 28 Feb 2013 16:42:28 +0100 Subject: spice: stop using DisplayState Rework DisplayStateListener callbacks to not use the DisplayState any more. Signed-off-by: Gerd Hoffmann --- include/ui/spice-display.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/ui/spice-display.h') 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; -- cgit 1.4.1