diff options
author | Søren Sandmann Pedersen <ssp@redhat.com> | 2012-09-01 11:19:41 -0400 |
---|---|---|
committer | Søren Sandmann Pedersen <ssp@redhat.com> | 2012-09-02 15:14:56 -0400 |
commit | 8459b35ec0a2c1cddd7dab8b726e752bcde4c609 (patch) | |
tree | bdc91527a675ac3f160e71a804e50f9dabae8129 | |
parent | 6e42db2750f9e23cc7b864bab68f60b361b93a03 (diff) |
Add A8 surface capability
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.
-rw-r--r-- | spice/protocol.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 { |