summaryrefslogtreecommitdiff
path: root/sway/input/input-manager.c
diff options
context:
space:
mode:
authorDrew DeVault <[email protected]>2018-01-29 16:16:23 -0500
committerGitHub <[email protected]>2018-01-29 16:16:23 -0500
commit38903e580166b1fd4b55daa0c8b60d40f805f31c (patch)
treed74612bada10c8300d8c7f9ccdc16e57280cb03b /sway/input/input-manager.c
parent0c58673c6a108ba241419a0f1d5fecd47f22370e (diff)
parent6259831d3168898a3f1560fb832106d194b582b4 (diff)
Merge pull request #1555 from martinetd/cmd_reload
commands: add 'reload' command
Diffstat (limited to 'sway/input/input-manager.c')
-rw-r--r--sway/input/input-manager.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/input/input-manager.c b/sway/input/input-manager.c
index 2d119cf2..12b3a430 100644
--- a/sway/input/input-manager.c
+++ b/sway/input/input-manager.c
@@ -23,7 +23,7 @@ struct sway_input_manager *input_manager;
struct input_config *current_input_config = NULL;
struct seat_config *current_seat_config = NULL;
-static struct sway_seat *input_manager_get_seat(
+struct sway_seat *input_manager_get_seat(
struct sway_input_manager *input, const char *seat_name) {
struct sway_seat *seat = NULL;
wl_list_for_each(seat, &input->seats, link) {