This is the simplest way I could find to have a AsyncCommand in QXLState in following patch. Signed-off-by: Marc-André Lureau <marcandre.lureau@xxxxxxxxx> --- server/red-common.h | 2 ++ server/red-dispatcher.h | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/server/red-common.h b/server/red-common.h index f6098f6..5a2c76c 100644 --- a/server/red-common.h +++ b/server/red-common.h @@ -39,4 +39,6 @@ #include "spice.h" #include "utils.h" +typedef struct AsyncCommand AsyncCommand; + #endif diff --git a/server/red-dispatcher.h b/server/red-dispatcher.h index d99695d..7aabe44 100644 --- a/server/red-dispatcher.h +++ b/server/red-dispatcher.h @@ -22,8 +22,6 @@ typedef struct RedDispatcher RedDispatcher; -typedef struct AsyncCommand AsyncCommand; - void red_dispatcher_init(QXLInstance *qxl); void red_dispatcher_on_ic_change(void); -- 2.5.0 _______________________________________________ Spice-devel mailing list Spice-devel@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/spice-devel