diff options
author | Tony Crisci <tony@dubstepdish.com> | 2017-11-18 13:43:25 -0500 |
---|---|---|
committer | Tony Crisci <tony@dubstepdish.com> | 2017-11-18 13:43:25 -0500 |
commit | f277f28eef75a8e70e5a1d88eeeea022765da14c (patch) | |
tree | 029553903b9de30898bf7e67e9aa12f38ff92afb /rootston/input.c | |
parent | f61986e8dbadf1be3f3d850356d939ef57f942a0 (diff) | |
parent | 9f552d896f7639fca7914a9313ccb244688349e4 (diff) |
Merge branch 'master' into feature/wlr-seat-touch
Diffstat (limited to 'rootston/input.c')
-rw-r--r-- | rootston/input.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rootston/input.c b/rootston/input.c index 35a5af97..a5d710c4 100644 --- a/rootston/input.c +++ b/rootston/input.c @@ -43,7 +43,7 @@ static void input_add_notify(struct wl_listener *listener, void *data) { struct wlr_input_device *device = data; struct roots_input *input = wl_container_of(listener, input, input_add); - char *seat_name = "seat0"; + char *seat_name = ROOTS_CONFIG_DEFAULT_SEAT_NAME; struct roots_device_config *dc = roots_config_get_device(input->config, device); if (dc) { |