IronRDP icon indicating copy to clipboard operation
IronRDP copied to clipboard

Support for hardware cursor on Wayland

Open CBenoit opened this issue 2 years ago • 1 comments

Support Wayland in ironrdp-native-cursor-icon crate.

wayland_client is a good starting point: https://docs.rs/wayland-client/latest/wayland_client/protocol/wl_pointer/struct.WlPointer.html

CBenoit avatar Nov 01 '23 23:11 CBenoit

Note that FreeRDP, for invert color pixels, appears to be alternating between black and white pixels: image This is working good enough for both light and dark themes.

CBenoit avatar Nov 02 '23 20:11 CBenoit