LookingGlass/client/displayservers/Wayland
Geoffrey McRae d0a12f6097 [client] ds: detect when the cursor exits into an overlapping window
This adds a new method to the display server interface to allow the
application to notify the ds when there is a guest cursor position
update along with the translated local guest cursor position. This makes
it possible for the display server to keep the local cursor position in
sync with the guest cursor so that window leave events can be detected
when the cursor would move into an overlapping window.

Wayland currently just has a stub for this, and the X11 implementation
still needs some minor tweaking.
2021-05-04 06:35:36 +10:00
..
clipboard.c [client] wayland: use consistent naming in poll module 2021-03-03 16:38:23 +11:00
CMakeLists.txt [client] cmake: support building with libdecor 2021-03-15 10:54:35 +11:00
cursor.c [client] ds: detect when the cursor exits into an overlapping window 2021-05-04 06:35:36 +10:00
gl.c [client] wayland: split xdg-shell handling into a module 2021-03-15 10:54:35 +11:00
idle.c [client] wayland: split Wayland display server into modules 2021-02-21 10:31:49 +11:00
input.c [client] wayland: make input handlers aware of multiple surfaces 2021-03-15 10:54:35 +11:00
output.c [client] wayland: gracefully downgrade to wl_output v2 2021-02-27 14:48:28 +11:00
poll.c [client] wayland: use consistent naming in poll module 2021-03-03 16:38:23 +11:00
registry.c [client] wayland: implement libdecor pseudo-shell backend 2021-03-15 10:54:35 +11:00
shell_libdecor.c [client] libdecor: fix gcc compile warnings-turned-errors 2021-04-19 17:03:13 +10:00
shell_xdg.c [client] wayland: split xdg-shell handling into a module 2021-03-15 10:54:35 +11:00
state.c [client] wayland: split Wayland display server into modules 2021-02-21 10:31:49 +11:00
wayland.c [client] ds: detect when the cursor exits into an overlapping window 2021-05-04 06:35:36 +10:00
wayland.h [client] ds: detect when the cursor exits into an overlapping window 2021-05-04 06:35:36 +10:00
window.c [client] wayland: split xdg-shell handling into a module 2021-03-15 10:54:35 +11:00