From 37be9e0c2efd21e088e8106b4356de7fcbe5a95b Mon Sep 17 00:00:00 2001 From: Søren Sandmann Pedersen Date: Fri, 10 Aug 2012 18:44:57 -0400 Subject: 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. --- client/display_channel.h | 1 + 1 file changed, 1 insertion(+) (limited to 'client/display_channel.h') 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); -- cgit