On Tue, Dec 08, 2020 at 12:57:34PM +0100, Gerd Hoffmann wrote: > There is a new vnc extension for cursors with an alpha channel. Use > it if supported by the vnc client, prefer it over the "rich cursor" > extension which supports only a bitmask for transparency. > > This is a visible improvement especially on modern desktops which > actually use the alpha channel when defining cursors. > > https://github.com/rfbproto/rfbproto/blob/master/rfbproto.rst#cursor-with-alpha-pseudo-encoding > > Signed-off-by: Gerd Hoffmann <[email protected]> > Reviewed-by: Marc-André Lureau <[email protected]> > --- > ui/vnc.h | 2 ++ > ui/vnc.c | 21 ++++++++++++++++++--- > 2 files changed, 20 insertions(+), 3 deletions(-)
Add implemented the client side in GTK-VNC and tested against this QEMU patch: https://gitlab.gnome.org/GNOME/gtk-vnc/-/merge_requests/8 So Tested-by: Daniel P. Berrangé <[email protected]> Reviewed-by: Daniel P. Berrangé <[email protected]> Regards, Daniel -- |: https://berrange.com -o- https://www.flickr.com/photos/dberrange :| |: https://libvirt.org -o- https://fstop138.berrange.com :| |: https://entangle-photo.org -o- https://www.instagram.com/dberrange :|
