]> git.proxmox.com Git - novnc-pve.git/commit
add a setting for local cursor
authorDominik Csapak <d.csapak@proxmox.com>
Thu, 19 Jul 2018 14:38:15 +0000 (16:38 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 23 Jul 2018 09:23:11 +0000 (11:23 +0200)
commitd709d68c17d7829b92014878680bffab1b5832a1
treeb81bf9b6ff8b305a7b47523440bf135a7115ea5d
parent4cc9ed084b048dfaa4a045a4b2ee2c21bc9859b5
add a setting for local cursor

noVNC logic is this: do not show a local cursor, except when the server
sends it

this cannot happen with qemu (excluding QXL) and so we only ever have
the remote cursor.

since that is sometimes very laggy, add the option to show the local
cursor in addition

this reinstates the old behaviour where the user would (normally)
see two mouse cursors: one remote and one local, but since
this can be configured now, users which do not want this can
turn it off

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
debian/patches/0011-add-localCursor-setting-to-rfb.patch [new file with mode: 0644]
debian/patches/series