diff options
author | Pierre Ossman <ossman@cendio.se> | 2014-01-31 11:21:51 +0100 |
---|---|---|
committer | Pierre Ossman <ossman@cendio.se> | 2014-07-07 14:42:08 +0200 |
commit | d704e4ae77724abca7835f53390dacbfe1b09f9f (patch) | |
tree | afeeea0cb8e54240ce7fc8648f92f12599af81f7 /common/rfb/CMakeLists.txt | |
parent | 4aba19e287b0105bb47777762ce14b3786d91019 (diff) | |
download | tigervnc-d704e4ae77724abca7835f53390dacbfe1b09f9f.tar.gz tigervnc-d704e4ae77724abca7835f53390dacbfe1b09f9f.zip |
Handle CopyRect like any other encoding
Avoids having to special case things. Keeps the code simpler.
Diffstat (limited to 'common/rfb/CMakeLists.txt')
-rw-r--r-- | common/rfb/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/rfb/CMakeLists.txt b/common/rfb/CMakeLists.txt index da68a278..590aea77 100644 --- a/common/rfb/CMakeLists.txt +++ b/common/rfb/CMakeLists.txt @@ -13,6 +13,7 @@ set(RFB_SOURCES ComparingUpdateTracker.cxx Configuration.cxx ConnParams.cxx + CopyRectDecoder.cxx Cursor.cxx Decoder.cxx d3des.c |