LookingGlass/client
Shootfast 48cf099638 [client] input: fix confine_pointer argument marshalling
Under Wayland, if the mouse pointer is disconnected whilst captured
(like say via KVM switch), the waylandWarpPointer code will be called
but the pointer will be NULL. This results in the cryptic message:

error marshalling arguments for confine_pointer (signature noo?ou): null value passed for arg 2
Error marshalling request: Invalid argument

This patch adds a check on the wlWm.pointer pointer before attempting
to warp the pointer, and avoids the crash.
2022-03-05 09:33:45 +11:00
..
audiodevs [client] audio: make the requested audio device period size configurable 2022-02-25 20:41:47 +11:00
cmake [client] cmake: make MakeObject use relative paths 2021-08-11 02:42:12 +10:00
displayservers [client] input: fix confine_pointer argument marshalling 2022-03-05 09:33:45 +11:00
include [client] audio: make the requested audio device period size configurable 2022-02-25 20:41:47 +11:00
renderers [client] egl: use texture sampler for desktop 2022-02-08 15:34:54 +11:00
src [client] kb: update for ImGui 1.87 2022-02-28 11:56:26 +11:00
CMakeLists.txt [client] enforce building with -Wstrict-prototypes 2022-02-28 11:56:26 +11:00
DEBUGGING.md [doc] Fix formatting 2018-05-23 08:46:03 +10:00