From 67fb3306f8b2db55c378e550adfd0d8e9fe40d9e Mon Sep 17 00:00:00 2001 From: Javier Celaya Date: Mon, 1 Jun 2015 16:47:13 +0200 Subject: Add a preferred compression capability --- spice/protocol.h | 1 + 1 file changed, 1 insertion(+) 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 { -- cgit v1.2.3