aboutsummaryrefslogtreecommitdiff
path: root/include/rootston
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2018-04-23 11:11:41 +0200
committerGitHub <noreply@github.com>2018-04-23 11:11:41 +0200
commitda944cccb3b118f01a5e8a5406c328ddb75822d7 (patch)
treea7f9b3ba19a9b3b9a1b075284df6e98f5ba3642c /include/rootston
parent12bf39a715b23b572e3ce213ee1aef8c32ebbc13 (diff)
parent625bc7b8b3356a1108a7fd00513d4c164a16ba16 (diff)
downloadwlroots-da944cccb3b118f01a5e8a5406c328ddb75822d7.tar.xz
Merge pull request #887 from swaywm/layer-optional-output
Update layer shell with optional wl_output
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