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: