swayfx/include/sway/input
Ryan Dwyer a120d4c79f Make focus part of transactions
Rather than maintain copies of the entire focus stack, this PR
transactionises the focus by introducing two new properties to the
container state and using those when rendering.

* `bool focused` means this container has actual focus. Only one
container should have this equalling true in its current state.
* `struct sway_container *focus_inactive_child` points to the immediate
child that was most recently focused (eg. for tabbed and stacked
containers).
2018-07-15 22:08:26 +10:00
..
cursor.h Move previous cursor_position inline. 2018-05-28 02:14:19 +10:00
input-manager.h Add input inhibitor to input manager 2018-04-04 18:47:48 -04:00
keyboard.h Fix keyboard shortcut handling inconsistencies 2018-06-12 20:26:57 -04:00
seat.h Make focus part of transactions 2018-07-15 22:08:26 +10:00