commit | 365427ae873ef3e148159832c92ff080d78743cf | [log] [tgz] |
---|---|---|
author | Peter Åstrand <astrand@cendio.se> | Wed Dec 29 10:59:03 2004 +0000 |
committer | Peter Åstrand <astrand@cendio.se> | Wed Dec 29 10:59:03 2004 +0000 |
tree | 007a593d1082c020b9aea1edb35075085d23d961 | |
parent | 0b8702662a873bb8a9bd78fdfb5a6d6c2a14a928 [diff] [blame] |
Added options CompressLevel and CustomCompressLevel git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@58 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/rfb/ConnParams.h b/rfb/ConnParams.h index 4d08b6d..70578ea 100644 --- a/rfb/ConnParams.h +++ b/rfb/ConnParams.h
@@ -73,8 +73,10 @@ bool supportsDesktopResize; bool supportsLastRect; - int qualityLevel; + bool customCompressLevel; + int compressLevel; bool noJpeg; + int qualityLevel; private: