This commit is contained in:
Simon Ser 2024-03-15 00:52:31 +01:00 committed by GitHub
commit fd01bfc914
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 11 additions and 5 deletions

View file

@ -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);