|
@@ -37,24 +37,24 @@ var RFB;
|
|
|
|
|
|
// In preference order
|
|
// In preference order
|
|
this._encodings = [
|
|
this._encodings = [
|
|
|
|
+ ['RAW', 0x00 ],
|
|
['COPYRECT', 0x01 ],
|
|
['COPYRECT', 0x01 ],
|
|
['TIGHT', 0x07 ],
|
|
['TIGHT', 0x07 ],
|
|
['TIGHT_PNG', -260 ],
|
|
['TIGHT_PNG', -260 ],
|
|
['HEXTILE', 0x05 ],
|
|
['HEXTILE', 0x05 ],
|
|
['RRE', 0x02 ],
|
|
['RRE', 0x02 ],
|
|
- ['RAW', 0x00 ],
|
|
|
|
['DesktopSize', -223 ],
|
|
['DesktopSize', -223 ],
|
|
['Cursor', -239 ],
|
|
['Cursor', -239 ],
|
|
|
|
|
|
// Psuedo-encoding settings
|
|
// Psuedo-encoding settings
|
|
- //['JPEG_quality_lo', -32 ],
|
|
|
|
- ['JPEG_quality_med', -26 ],
|
|
|
|
- //['JPEG_quality_hi', -23 ],
|
|
|
|
- //['compress_lo', -255 ],
|
|
|
|
- ['compress_hi', -247 ],
|
|
|
|
- ['last_rect', -224 ],
|
|
|
|
- ['xvp', -309 ],
|
|
|
|
- ['ExtendedDesktopSize', -308 ]
|
|
|
|
|
|
+ ['JPEG_quality_lo', -32 ],
|
|
|
|
+ // ['JPEG_quality_med', -26 ],
|
|
|
|
+ // ['JPEG_quality_hi', -23 ],
|
|
|
|
+ ['compress_lo', -255 ],
|
|
|
|
+ // ['compress_hi', -247 ],
|
|
|
|
+ // ['last_rect', -224 ],
|
|
|
|
+ // ['xvp', -309 ],
|
|
|
|
+ // ['ExtendedDesktopSize', -308 ]
|
|
];
|
|
];
|
|
|
|
|
|
this._encHandlers = {};
|
|
this._encHandlers = {};
|