From 0e224d04fbd9a05a3289b19c32e9a8fd4afca086 Mon Sep 17 00:00:00 2001 From: Marc-André Lureau Date: Tue, 17 Sep 2013 16:29:44 +0200 Subject: worker: move dcc_start() MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Author: Marc-André Lureau Acked-by: Fabiano Fidêncio --- server/display-channel.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'server/display-channel.h') diff --git a/server/display-channel.h b/server/display-channel.h index aba7dce9..8c53aefe 100644 --- a/server/display-channel.h +++ b/server/display-channel.h @@ -253,11 +253,6 @@ typedef struct SurfaceDestroyItem { PipeItem pipe_item; } SurfaceDestroyItem; -typedef struct SurfaceCreateItem { - SpiceMsgSurfaceCreate surface_create; - PipeItem pipe_item; -} SurfaceCreateItem; - void display_channel_set_stream_video (DisplayChannel *display, int stream_video); @@ -271,6 +266,8 @@ bool display_channel_surface_has_canvas (DisplayCha uint32_t surface_id); int display_channel_add_drawable (DisplayChannel *display, Drawable *drawable); +void display_channel_current_flush (DisplayChannel *display, + int surface_id); static inline int is_equal_path(SpicePath *path1, SpicePath *path2) { -- cgit