mirror of
https://github.com/swaywm/sway.git
synced 2026-04-19 06:46:40 -04:00
Merge b5fd7de8ab into dc9f217307
This commit is contained in:
commit
fd01bfc914
3 changed files with 11 additions and 5 deletions
|
|
@ -118,6 +118,7 @@ struct sway_seat {
|
|||
|
||||
struct sway_input_method_relay im_relay;
|
||||
|
||||
struct wl_listener destroy;
|
||||
struct wl_listener focus_destroy;
|
||||
struct wl_listener new_node;
|
||||
struct wl_listener request_start_drag;
|
||||
|
|
@ -151,8 +152,6 @@ struct sway_keyboard_shortcuts_inhibitor {
|
|||
|
||||
struct sway_seat *seat_create(const char *seat_name);
|
||||
|
||||
void seat_destroy(struct sway_seat *seat);
|
||||
|
||||
void seat_add_device(struct sway_seat *seat,
|
||||
struct sway_input_device *device);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue