diff options
author | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2013-03-11 17:09:45 +0100 |
---|---|---|
committer | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2013-03-11 17:09:45 +0100 |
commit | fdf9cbbd6e5da39e8134afed79b2b731c9dd7094 (patch) | |
tree | 8023145180e1714d447476f76ee8796cbe2093b3 | |
parent | a0f7e7264e93e21aea7a2a74ee4570b7f8917822 (diff) | |
download | econ-fdf9cbbd6e5da39e8134afed79b2b731c9dd7094.tar.gz econ-fdf9cbbd6e5da39e8134afed79b2b731c9dd7094.tar.bz2 econ-fdf9cbbd6e5da39e8134afed79b2b731c9dd7094.zip |
econproxy: Default to raw encoding again
-rw-r--r-- | econproxy.c | 2 |
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 */ } |