diff options
author | Javier Celaya <javier.celaya@flexvdi.com> | 2015-06-01 16:47:13 +0200 |
---|---|---|
committer | Christophe Fergeau <cfergeau@redhat.com> | 2015-06-01 17:21:44 +0200 |
commit | 67fb3306f8b2db55c378e550adfd0d8e9fe40d9e (patch) | |
tree | df5a7acf8cda598c00575cf92c091d0e3c2676fb | |
parent | da3cf3369ae82d0736d4c21f938188b21f1fc8eb (diff) |
Add a preferred compression capability
-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 bea376c..d3c5962 100644 --- a/spice/protocol.h +++ b/spice/protocol.h @@ -134,6 +134,7 @@ enum { SPICE_DISPLAY_CAP_A8_SURFACE, SPICE_DISPLAY_CAP_STREAM_REPORT, SPICE_DISPLAY_CAP_LZ4_COMPRESSION, + SPICE_DISPLAY_CAP_PREF_COMPRESSION, }; enum { |