aboutsummaryrefslogtreecommitdiff
path: root/include/rootston
diff options
context:
space:
mode:
authorTony Crisci <tony@dubstepdish.com>2017-11-10 08:27:45 -0500
committerTony Crisci <tony@dubstepdish.com>2017-11-10 08:27:45 -0500
commit27a3a810ab372ca699bb9da1ce506816432b39f6 (patch)
tree6b98049b07725e8e777aa232983dbcaebe0f15ff /include/rootston
parent1472dbda74dea5387a4d0e531b641734131dc705 (diff)
rootston: fix multiseat focus
Diffstat (limited to 'include/rootston')
-rw-r--r--include/rootston/input.h2
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