[Spice-commits] server/video-stream.h
Frediano Ziglio
fziglio at kemper.freedesktop.org
Tue Mar 13 16:33:27 UTC 2018
server/video-stream.h | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit 129ac0969475177922672e169527dedb977c05a8
Author: Frediano Ziglio <fziglio at redhat.com>
Date: Fri Mar 9 18:00:16 2018 +0000
video-stream: Document the usage of RedUpgradeItem structure
Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
Acked-by: Jonathon Jongsma <jjongsma at redhat.com>
diff --git a/server/video-stream.h b/server/video-stream.h
index cf912152..e1bd0d5a 100644
--- a/server/video-stream.h
+++ b/server/video-stream.h
@@ -45,6 +45,8 @@
typedef struct VideoStream VideoStream;
+/* This item is used to send a full quality image of the area where the stream was.
+ * This to avoid the artifacts due to the lossless compression. */
typedef struct RedUpgradeItem {
RedPipeItem base;
Drawable *drawable;
More information about the Spice-commits
mailing list