From patchwork Sun Sep 2 21:35:21 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [PATCH-v2,spice-protocol,1/2] Add A8 surface capability From: =?utf-8?q?S=C3=B8ren_Sandmann_Pedersen?= X-Patchwork-Id: 181289 Message-Id: <1346621726-11313-2-git-send-email-ssp@redhat.com> To: qemu-devel@nongnu.org, spice-devel@lists.freedesktop.org Cc: kraxel@redhat.com, =?UTF-8?q?S=C3=B8ren=20Sandmann=20Pedersen?= Date: Sun, 2 Sep 2012 17:35:21 -0400 Even though the ability to handle a8 surfaces was added at the same time as the composite command, they are logically separate, so add a capability bit to indicate the presence of a8 surfaces. --- spice/protocol.h | 1 + 1 file changed, 1 insertion(+) diff --git a/spice/protocol.h b/spice/protocol.h index 7008399..0671292 100644 --- a/spice/protocol.h +++ b/spice/protocol.h @@ -128,6 +128,7 @@ enum { SPICE_DISPLAY_CAP_SIZED_STREAM, SPICE_DISPLAY_CAP_MONITORS_CONFIG, SPICE_DISPLAY_CAP_COMPOSITE, + SPICE_DISPLAY_CAP_A8_SURFACE, }; enum {