mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-06 13:29:45 -05:00
rootston: remove devices from seat
This commit is contained in:
parent
eb3c367c63
commit
a00b7f1e9b
3 changed files with 38 additions and 12 deletions
|
|
@ -11,8 +11,6 @@ struct roots_keyboard {
|
|||
struct roots_seat *seat;
|
||||
struct wlr_input_device *device;
|
||||
struct keyboard_config *config;
|
||||
struct wl_list seat_link;
|
||||
// XXX temporary
|
||||
struct wl_list link;
|
||||
|
||||
struct wl_listener keyboard_key;
|
||||
|
|
@ -24,8 +22,7 @@ struct roots_keyboard {
|
|||
struct roots_keyboard *roots_keyboard_create(struct wlr_input_device *device,
|
||||
struct roots_input *input);
|
||||
|
||||
void roots_keyboard_destroy(struct wlr_input_device *device,
|
||||
struct roots_input *input);
|
||||
void roots_keyboard_destroy(struct roots_keyboard *keyboard);
|
||||
|
||||
void roots_keyboard_handle_key(struct roots_keyboard *keyboard,
|
||||
struct wlr_event_keyboard_key *event);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue