mirror of
https://github.com/cage-kiosk/cage.git
synced 2026-04-10 08:21:10 -04:00
Remove cg_keyboard in favour of cg_keyboard_group
This commit is contained in:
parent
1f7a668d13
commit
6145ea234d
2 changed files with 26 additions and 111 deletions
10
seat.h
10
seat.h
|
|
@ -49,16 +49,8 @@ struct cg_seat {
|
|||
struct wl_listener request_set_primary_selection;
|
||||
};
|
||||
|
||||
struct cg_keyboard {
|
||||
struct wl_list link; // seat::keyboards
|
||||
struct cg_seat *seat;
|
||||
struct wlr_input_device *device;
|
||||
|
||||
struct wl_listener destroy;
|
||||
};
|
||||
|
||||
struct cg_keyboard_group {
|
||||
struct cg_keyboard *keyboard;
|
||||
struct wlr_keyboard *keyboard;
|
||||
|
||||
struct wlr_keyboard_group *wlr_group;
|
||||
struct cg_seat *seat;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue