From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:35291) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T8Hmh-0003t4-UM for qemu-devel@nongnu.org; Sun, 02 Sep 2012 17:32:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T8Hmh-0006QX-30 for qemu-devel@nongnu.org; Sun, 02 Sep 2012 17:32:47 -0400 Received: from mx1.redhat.com ([209.132.183.28]:22876) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T8Hmg-0006Pq-Ql for qemu-devel@nongnu.org; Sun, 02 Sep 2012 17:32:47 -0400 From: =?UTF-8?q?S=C3=B8ren=20Sandmann=20Pedersen?= Date: Sun, 2 Sep 2012 17:35:21 -0400 Message-Id: <1346621726-11313-2-git-send-email-ssp@redhat.com> In-Reply-To: <1346621726-11313-1-git-send-email-ssp@redhat.com> References: <5040688D.5070707@redhat.com> <1346621726-11313-1-git-send-email-ssp@redhat.com> Subject: [Qemu-devel] [PATCH-v2 spice-protocol 1/2] Add A8 surface capability List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, spice-devel@lists.freedesktop.org Cc: kraxel@redhat.com, =?UTF-8?q?S=C3=B8ren=20Sandmann=20Pedersen?= 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 { -- 1.7.11.4