mirror of
https://github.com/swaywm/sway.git
synced 2025-11-17 06:59:48 -05:00
These are the same as seat_set_focus, but accept a specific type rather than using nodes. Doing this adds more typesafety and lets us avoid using &con->node which looks a little ugly. This fixes a crash that pretty much nobody would ever come across. If you have a bindsym for "focus" with no arguments and run it from an empty workspace, sway would crash because it assumes `container` is not NULL. |
||
|---|---|---|
| .. | ||
| cursor.h | ||
| input-manager.h | ||
| keyboard.h | ||
| seat.h | ||