summaryrefslogtreecommitdiff
path: root/econproxy.c
diff options
context:
space:
mode:
Diffstat (limited to 'econproxy.c')
-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 */ }