diff options
author | Tony Crisci <tony@dubstepdish.com> | 2017-11-10 08:27:45 -0500 |
---|---|---|
committer | Tony Crisci <tony@dubstepdish.com> | 2017-11-10 08:27:45 -0500 |
commit | 27a3a810ab372ca699bb9da1ce506816432b39f6 (patch) | |
tree | 6b98049b07725e8e777aa232983dbcaebe0f15ff /include/rootston | |
parent | 1472dbda74dea5387a4d0e531b641734131dc705 (diff) |
rootston: fix multiseat focus
Diffstat (limited to 'include/rootston')
-rw-r--r-- | include/rootston/input.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/rootston/input.h b/include/rootston/input.h index ea0bbeb6..0af48577 100644 --- a/include/rootston/input.h +++ b/include/rootston/input.h @@ -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 |