summaryrefslogtreecommitdiffstats
path: root/server/red_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'server/red_common.h')
-rw-r--r--server/red_common.h11
1 files changed, 1 insertions, 10 deletions
diff --git a/server/red_common.h b/server/red_common.h
index 4a847483..7f6fdbc4 100644
--- a/server/red_common.h
+++ b/server/red_common.h
@@ -21,6 +21,7 @@
#include <sys/uio.h>
#include <openssl/ssl.h>
+#include "spice.h"
#include <spice/protocol.h>
#include <spice/macros.h>
@@ -62,16 +63,6 @@
} \
}
-typedef enum {
- IMAGE_COMPRESS_INVALID,
- IMAGE_COMPRESS_AUTO_GLZ,
- IMAGE_COMPRESS_AUTO_LZ,
- IMAGE_COMPRESS_QUIC,
- IMAGE_COMPRESS_GLZ,
- IMAGE_COMPRESS_LZ,
- IMAGE_COMPRESS_OFF,
-} image_compression_t;
-
enum {
STREAM_VIDEO_INVALID,
STREAM_VIDEO_OFF,