LookingGlass/client/displayservers/X11
Quantum 0f2fd84724 [client] ds: avoid util_cursorToInt when warping pointer
Using util_cursorToInt messes with the error tracking for normal movements,
and is not necessary since we are computing an absolute position on the
client window.

Instead, we should pass doubles directly to display servers and let them
decide how to best handle them. For example, XIWarpPointer accepts doubles
directly.
2021-05-04 19:02:13 +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: avoid util_cursorToInt when warping pointer 2021-05-04 19:02:13 +10:00
x11.h [client] x11: Find and use the correct valuators for mouse axes 2021-03-27 21:12:52 +11:00