mirror of
https://github.com/cage-kiosk/cage.git
synced 2026-03-21 05:33:55 -04:00
seat: add cage_seat_get_focus function
This commit is contained in:
parent
2899abf95f
commit
21a8539399
2 changed files with 9 additions and 0 deletions
|
|
@ -17,6 +17,7 @@ struct cg_seat {
|
|||
struct wl_list keyboard_groups; // cg_keyboard_group::link
|
||||
};
|
||||
|
||||
struct wlr_surface *cage_seat_get_focus(struct cg_seat *seat);
|
||||
void cage_seat_add_new_keyboard(struct cg_seat *seat, struct wlr_input_device *device);
|
||||
void cage_seat_add_new_pointer(struct cg_seat *seat, struct wlr_input_device *device);
|
||||
void cage_seat_update_capabilities(struct cg_seat *seat);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue