swayfx/include/sway/input
Jonathan Buch 7727d54faf
Fix focusing topmost floating windows
Re-focus on the container on which the cursor hovers over.  A
special case is, if there are menus or other subsurfaces open
in the focused container.  It will prefer the focused container
as long as there are subsurfaces.

This commit starts caching the previous node as well as the
previous x/y cursor position.  Re-calculating the previous
focused node by looking at the current state of the cursor
position does not work, if the environment changes.
2018-10-03 16:23:14 +02:00
..
cursor.h Fix focusing topmost floating windows 2018-10-03 16:23:14 +02:00
input-manager.h Implement type safe arguments and demote sway_container 2018-09-05 18:01:43 +10:00
keyboard.h Bindings use advised keyboard repeat parameters 2018-07-29 19:15:10 -04:00
seat.h Rename seat_get_active_child to seat_get_active_tiling_child 2018-09-16 22:01:54 +10:00