mirror of
https://github.com/swaywm/sway.git
synced 2025-11-23 06:59:48 -05:00
basic keyboard
This commit is contained in:
parent
6339c4f161
commit
609f63934a
5 changed files with 87 additions and 1 deletions
|
|
@ -10,6 +10,8 @@ struct sway_seat {
|
|||
struct sway_input_manager *input;
|
||||
swayc_t *focus;
|
||||
|
||||
struct wl_list keyboards;
|
||||
|
||||
struct wl_listener focus_destroy;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue