diff options
author | Tony Crisci <tony@dubstepdish.com> | 2017-11-03 06:08:37 -0400 |
---|---|---|
committer | Tony Crisci <tony@dubstepdish.com> | 2017-11-03 06:08:37 -0400 |
commit | 447c561d1588226fd6aeb6668c7adb352cb77725 (patch) | |
tree | dc15ec1724cebbd3c9d377b7d0ca2567f295940d /include | |
parent | 53021f8ed428a1a023769339e6162bfebbe4c7a2 (diff) |
rootston: seat config by device
Diffstat (limited to 'include')
-rw-r--r-- | include/rootston/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/rootston/config.h b/include/rootston/config.h index 75c04619..58fb1a1c 100644 --- a/include/rootston/config.h +++ b/include/rootston/config.h @@ -19,6 +19,7 @@ struct device_config { char *name; char *mapped_output; struct wlr_box *mapped_box; + char *seat; struct wl_list link; }; |