commit | 316a32498b0b5e0c3c5abb27c475308dbe26163e | [log] [tgz] |
---|---|---|
author | Pierre Ossman <ossman@cendio.se> | Wed Jan 15 12:40:20 2014 +0100 |
committer | Pierre Ossman <ossman@cendio.se> | Mon Jul 07 13:27:08 2014 +0200 |
tree | b44ecf9dd036c4fc59724389570766cf9415b888 | |
parent | 945cddacef4ff607017cd62f580ea682cbd45806 [diff] [blame] |
Get rid of the register mechanism for encoders and decoders We have no use for it, so let's keep things simple.
diff --git a/common/rfb/CMsgWriter.cxx b/common/rfb/CMsgWriter.cxx index ddc25ff..0ebd33e 100644 --- a/common/rfb/CMsgWriter.cxx +++ b/common/rfb/CMsgWriter.cxx
@@ -18,6 +18,7 @@ #include <stdio.h> #include <rdr/OutStream.h> #include <rfb/msgTypes.h> +#include <rfb/encodings.h> #include <rfb/PixelFormat.h> #include <rfb/Rect.h> #include <rfb/ConnParams.h>