summaryrefslogtreecommitdiffstats
path: root/server/stream.h
diff options
context:
space:
mode:
Diffstat (limited to 'server/stream.h')
-rw-r--r--server/stream.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/server/stream.h b/server/stream.h
index c2007af2..0577dc86 100644
--- a/server/stream.h
+++ b/server/stream.h
@@ -141,10 +141,19 @@ void stream_stop (DisplayChan
Stream *stream);
void stream_unref (DisplayChannel *display,
Stream *stream);
+void stream_trace_update (DisplayChannel *display,
+ Drawable *drawable);
+void stream_maintenance (DisplayChannel *display,
+ Drawable *candidate,
+ Drawable *prev);
+
void stream_agent_unref (DisplayChannel *display,
StreamAgent *agent);
void stream_agent_stats_print (StreamAgent *agent);
void stream_agent_stop (DisplayChannelClient *dcc,
StreamAgent *agent);
+void attach_stream(DisplayChannel *display, Drawable *drawable, Stream *stream);
+void detach_stream(DisplayChannel *display, Stream *stream, int detach_sized);
+
#endif /* STREAM_H */