]> git.proxmox.com Git - mirror_novnc.git/commit - tests/test.rfb.js
Add support for VMware cursor encoding
authorNiko Lehto <nikle@cendio.se>
Tue, 17 Sep 2019 07:28:30 +0000 (09:28 +0200)
committerSamuel Mannehed <samuel@cendio.se>
Tue, 24 Sep 2019 08:26:30 +0000 (10:26 +0200)
commit296ba51f49006986df4261ea3d825a3216808850
treef0249cac8fb758adc221664b912d6cd95e8ef105
parent9886d5951d8f6990cb3a16553a5df482dbcdd68d
Add support for VMware cursor encoding

Supports both classic cursor type and alpha cursor type. In classic
mode the server can send 'inverted' pixels for the cursor, our code
does not support this but handles these pixels as opaque black.

Co-authored-by: Samuel Mannehed <samuel@cendio.se>
core/encodings.js
core/rfb.js
tests/test.rfb.js