mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-31 22:25:21 -04:00
rootston: fix multiseat focus
This commit is contained in:
parent
1472dbda74
commit
27a3a810ab
3 changed files with 26 additions and 25 deletions
|
|
@ -26,4 +26,6 @@ void input_destroy(struct roots_input *input);
|
|||
struct roots_seat *input_seat_from_wlr_seat(struct roots_input *input,
|
||||
struct wlr_seat *seat);
|
||||
|
||||
bool input_view_has_focus(struct roots_input *input, struct roots_view *view);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue