summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2013-03-11 17:09:45 +0100
committerBenjamin Franzke <benjaminfranzke@googlemail.com>2013-03-11 17:09:45 +0100
commitfdf9cbbd6e5da39e8134afed79b2b731c9dd7094 (patch)
tree8023145180e1714d447476f76ee8796cbe2093b3
parenta0f7e7264e93e21aea7a2a74ee4570b7f8917822 (diff)
downloadecon-fdf9cbbd6e5da39e8134afed79b2b731c9dd7094.tar.gz
econ-fdf9cbbd6e5da39e8134afed79b2b731c9dd7094.tar.bz2
econ-fdf9cbbd6e5da39e8134afed79b2b731c9dd7094.zip
econproxy: Default to raw encoding again
-rw-r--r--econproxy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/econproxy.c b/econproxy.c
index 18e29e4..dc8fe7f 100644
--- a/econproxy.c
+++ b/econproxy.c
@@ -707,7 +707,7 @@ rfb_init(struct ep *ep)
uint32_t encodings[5];
} cmd_set_encodings = {
2, 0, htons(5),
-#if 0
+#if 1
{ htonl(0) /* RAW */, htonl(7) /* Tight */, htonl(6) /* Zlib */, htonl(16) /* ZRLE */, htonl(2) /* RRE */ }
#else
{ htonl(6) /* Zlib */, htonl(2) /* RRE */, htonl(7) /* Tight */, htonl(16) /* ZRLE */, htonl(0) /* RAW */ }