aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2019-02-03 20:14:45 +0100
committerGitHub <noreply@github.com>2019-02-03 20:14:45 +0100
commit4ef5b49906700e25383a32cde0b16f1df2de250a (patch)
tree8e54c4ee9dd0ffceecf5a99f91a341fd1d714c5e /include
parent8e60efe0bf771120818b675d54c87b091c68fd70 (diff)
parent7299b9a6ca3658852f2ff41b05f6aaa86ff90d81 (diff)
Merge pull request #3564 from RedSoxFan/seat-cursor-do-not-create
seat_cmd_cursor: do not create non-existing seat
Diffstat (limited to 'include')
-rw-r--r--include/sway/input/input-manager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sway/input/input-manager.h b/include/sway/input/input-manager.h
index 8e8bf1f2..e166a237 100644
--- a/include/sway/input/input-manager.h
+++ b/include/sway/input/input-manager.h
@@ -45,7 +45,7 @@ void input_manager_apply_seat_config(struct seat_config *seat_config);
struct sway_seat *input_manager_get_default_seat(void);
-struct sway_seat *input_manager_get_seat(const char *seat_name);
+struct sway_seat *input_manager_get_seat(const char *seat_name, bool create);
/**
* If none of the seat configs have a fallback setting (either true or false),