summaryrefslogtreecommitdiffstats
path: root/server/stream.h
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@gmail.com>2015-11-10 13:21:28 +0000
committerFrediano Ziglio <fziglio@redhat.com>2015-11-10 17:38:39 +0000
commit4987df8e67f48cde13d39f4e81909f672ae33e29 (patch)
treeffda6150b4c35240361b1d8d4688f1adee27543e /server/stream.h
parent5a216d2eb101729615f799a88bc49fc95850262a (diff)
downloadspice-4987df8e67f48cde13d39f4e81909f672ae33e29.tar.gz
spice-4987df8e67f48cde13d39f4e81909f672ae33e29.tar.xz
spice-4987df8e67f48cde13d39f4e81909f672ae33e29.zip
worker: move stream to display channel
Acked-by: Jonathon Jongsma <jjongsma@redhat.com>
Diffstat (limited to 'server/stream.h')
-rw-r--r--server/stream.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/server/stream.h b/server/stream.h
index 30b86244..f77fa96a 100644
--- a/server/stream.h
+++ b/server/stream.h
@@ -106,6 +106,16 @@ typedef struct StreamClipItem {
StreamClipItem *stream_clip_item_new(DisplayChannelClient* dcc,
StreamAgent *agent);
+typedef struct ItemTrace {
+ red_time_t time;
+ int frames_count;
+ int gradual_frames_count;
+ int last_gradual_frame;
+ int width;
+ int height;
+ SpiceRect dest_area;
+} ItemTrace;
+
struct Stream {
uint8_t refs;
Drawable *current;