LookingGlass/client/displayservers/X11
Quantum 00c2773e6b [client] ds: separate grab and capture logic
Currently, (un)grabPointer is used both for tracking/confining the mouse
in normal mode, as well as entering/exiting capture mode. This makes it
impossible to use separate cursor logic for capture mode, which is needed
to deal with overlapping windows for the Wayland backend.

This commit creates separate (un)capturePointer for entering/exiting
capture mode. There should be no behaviour changes.
2021-05-04 18:17:19 +10:00
..
atoms.c [client] x11: fix failure to paste clipboard into the guest 2021-04-29 12:22:54 +10:00
atoms.h [client] x11: fix failure to paste clipboard into the guest 2021-04-29 12:22:54 +10:00
clipboard.c [client] x11: process clipboard events early 2021-04-29 12:24:23 +10:00
clipboard.h [client] x11: process clipboard events early 2021-04-29 12:24:23 +10:00
CMakeLists.txt [client] x11: split out atoms into a seperate structure 2021-03-27 10:05:57 +11:00
x11.c [client] ds: separate grab and capture logic 2021-05-04 18:17:19 +10:00
x11.h [client] x11: Find and use the correct valuators for mouse axes 2021-03-27 21:12:52 +11:00