summaryrefslogtreecommitdiffstats
path: root/client/display_channel.h
diff options
context:
space:
mode:
authorSøren Sandmann Pedersen <ssp@redhat.com>2012-08-10 18:44:57 -0400
committerSøren Sandmann Pedersen <ssp@redhat.com>2012-08-24 13:45:31 -0400
commit37be9e0c2efd21e088e8106b4356de7fcbe5a95b (patch)
tree3cb472decbaccec1ad3c7f84aa11d89eb892a17a /client/display_channel.h
parenta91daa2feb50a3d39150993a9d1b397b3c85ad03 (diff)
downloadspice-37be9e0c2efd21e088e8106b4356de7fcbe5a95b.tar.gz
spice-37be9e0c2efd21e088e8106b4356de7fcbe5a95b.tar.xz
spice-37be9e0c2efd21e088e8106b4356de7fcbe5a95b.zip
Add support for Composite command to the client
All the real work is being done in spice-common, so this patch is just hooking up the virtual calls and adding the SPICE_DISPLAY_CAP_COMPOSITE capability.
Diffstat (limited to 'client/display_channel.h')
-rw-r--r--client/display_channel.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/display_channel.h b/client/display_channel.h
index 72856f59..197ae73a 100644
--- a/client/display_channel.h
+++ b/client/display_channel.h
@@ -173,6 +173,7 @@ private:
void handle_draw_text(RedPeer::InMessage* message);
void handle_draw_transparent(RedPeer::InMessage* message);
void handle_draw_alpha_blend(RedPeer::InMessage* message);
+ void handle_draw_composite(RedPeer::InMessage* message);
void on_streams_trigger();
virtual void on_update_completion(uint64_t mark);