Skip to content

rdp-pipewire-stream: Hide mouse pointer correctly

Quoting the last commit message here:

Currently, the PipeWire backend only updates the mouse pointer, when a
mouse pointer bitmap is available.
However, when the mouse pointer hides and there is no mouse pointer
bitmap, the RDP client won't receive the update.

Fix this by using the previously implemented API to hide the mouse
pointer.

Merge request reports