Fix indentation in list of encodings
This commit is contained in:
parent
25e4928fbb
commit
17f67ca83c
|
@ -37,29 +37,29 @@ var RFB;
|
||||||
|
|
||||||
// In preference order
|
// In preference order
|
||||||
this._encodings = [
|
this._encodings = [
|
||||||
['COPYRECT', 0x01 ],
|
['COPYRECT', 0x01 ],
|
||||||
['TIGHT', 0x07 ],
|
['TIGHT', 0x07 ],
|
||||||
['TIGHT_PNG', -260 ],
|
['TIGHT_PNG', -260 ],
|
||||||
['HEXTILE', 0x05 ],
|
['HEXTILE', 0x05 ],
|
||||||
['RRE', 0x02 ],
|
['RRE', 0x02 ],
|
||||||
['RAW', 0x00 ],
|
['RAW', 0x00 ],
|
||||||
|
|
||||||
// Psuedo-encoding settings
|
// Psuedo-encoding settings
|
||||||
|
|
||||||
//['JPEG_quality_lo', -32 ],
|
//['JPEG_quality_lo', -32 ],
|
||||||
['JPEG_quality_med', -26 ],
|
['JPEG_quality_med', -26 ],
|
||||||
//['JPEG_quality_hi', -23 ],
|
//['JPEG_quality_hi', -23 ],
|
||||||
//['compress_lo', -255 ],
|
//['compress_lo', -255 ],
|
||||||
['compress_hi', -247 ],
|
['compress_hi', -247 ],
|
||||||
|
|
||||||
['DesktopSize', -223 ],
|
['DesktopSize', -223 ],
|
||||||
['last_rect', -224 ],
|
['last_rect', -224 ],
|
||||||
['Cursor', -239 ],
|
['Cursor', -239 ],
|
||||||
['QEMUExtendedKeyEvent', -258 ],
|
['QEMUExtendedKeyEvent', -258 ],
|
||||||
['ExtendedDesktopSize', -308 ],
|
['ExtendedDesktopSize', -308 ],
|
||||||
['xvp', -309 ],
|
['xvp', -309 ],
|
||||||
['Fence', -312 ],
|
['Fence', -312 ],
|
||||||
['ContinuousUpdates', -313 ]
|
['ContinuousUpdates', -313 ]
|
||||||
];
|
];
|
||||||
|
|
||||||
this._encHandlers = {};
|
this._encHandlers = {};
|
||||||
|
|
Loading…
Reference in New Issue