From 30c740201d1b111ca28e7881ddbcc91f259b8a11 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Tue, 30 Mar 2010 11:15:01 +0200 Subject: VDInterface: redesign. VDInterface has been renamed to SpiceBaseInterface. Dropped base_version element, shlib versioning should be used instead. Dropped id element, it is passed to spice_server_add_interface() instead. Now SpiceBaseInterface has static information only, multiple interface instances can share it. Added SpiceBaseInstance struct for maintaining per-instance state information. Adapted spice_server_{add,remove}_interface() functions to the new world. --- server/red_dispatcher.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/red_dispatcher.h') diff --git a/server/red_dispatcher.h b/server/red_dispatcher.h index df151041..b0bc040f 100644 --- a/server/red_dispatcher.h +++ b/server/red_dispatcher.h @@ -19,7 +19,7 @@ #define _H_RED_DISPATCHER -struct RedDispatcher *red_dispatcher_init(QXLInterface *qxl_interface); +struct RedDispatcher *red_dispatcher_init(QXLInterface *qxl_interface, int id); void red_dispatcher_set_mm_time(uint32_t); void red_dispatcher_on_ic_change(); -- cgit