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/vncviewer/CViewOptions.h b/vncviewer/CViewOptions.h
index 88b659f..e45612c 100644
--- a/vncviewer/CViewOptions.h
+++ b/vncviewer/CViewOptions.h
@@ -77,8 +77,12 @@
unsigned int menuKey;
void setMenuKey(const char* keyName);
char* menuKeyName();
- int qualityLevel;
+
+ bool customCompressLevel;
+ int compressLevel;
bool noJpeg;
+ int qualityLevel;
+
};