aboutsummaryrefslogtreecommitdiff
path: root/include/rootston
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2018-04-22 19:15:49 +0200
committerDrew DeVault <sir@cmpwn.com>2018-04-22 19:15:49 +0200
commitedbf4a2f60ad05fc46bbb0b83e212e8cc1df2876 (patch)
treeeeff3afce22eedf1e26e49ec6942858243f54b0c /include/rootston
parent177b548b156ce4b46ff331d7c10f1bf373bf9cf7 (diff)
Implement output auto-selection in rootston
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 4395a0f7..ef46fab2 100644
--- a/include/rootston/input.h
+++ b/include/rootston/input.h
@@ -30,4 +30,6 @@ bool input_view_has_focus(struct roots_input *input, struct roots_view *view);
struct roots_seat *input_get_seat(struct roots_input *input, char *name);
+struct roots_seat *input_last_active_seat(struct roots_input *input);
+
#endif