If you're referring to doc/rfbtight.odt, then I'm not quite sure how to
edit it.  It appears to be TEX code embedded in an OpenOffice document.
 If we're meant to be maintaining that file, then it probably needs to
be converted to a proper ODT file or something else like RST that is
easily editable.


On 9/7/11 5:53 AM, Pierre Ossman wrote:
>> @@ -43,6 +44,16 @@
>>    const int pseudoEncodingCompressLevel0 = -256;
>>    const int pseudoEncodingCompressLevel9 = -247;
>>  
>> +  // TurboVNC-specific
>> +  const int pseudoEncodingFineQualityLevel0 = -512;
>> +  const int pseudoEncodingFineQualityLevel100 = -412;
>> +  const int pseudoEncodingSubsamp1X = -768;
>> +  const int pseudoEncodingSubsamp4X = -767;
>> +  const int pseudoEncodingSubsamp2X = -766;
>> +  const int pseudoEncodingSubsampGray = -765;
>> +  const int pseudoEncodingSubsamp8X = -764;
>> +  const int pseudoEncodingSubsamp16X = -763;
>> +
>>    int encodingNum(const char* name);
>>    const char* encodingName(int num);
>>  }
> 
> Would it be possible to get a few words in the rfbproto document for
> these as well?
> 
> Rgds

------------------------------------------------------------------------------
Why Cloud-Based Security and Archiving Make Sense
Osterman Research conducted this study that outlines how and why cloud
computing security and archiving is rapidly being adopted across the IT 
space for its ease of implementation, lower cost, and increased 
reliability. Learn more. http://www.accelacomm.com/jaw/sfnl/114/51425301/
_______________________________________________
Tigervnc-devel mailing list
Tigervnc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tigervnc-devel

Reply via email to