diff options
author | Tony Crisci <[email protected]> | 2018-01-20 11:44:34 -0500 |
---|---|---|
committer | Tony Crisci <[email protected]> | 2018-01-20 11:44:34 -0500 |
commit | cc3c713889e529c74888d9cd89af7039bfbae20c (patch) | |
tree | f40da3a0fc2639b6a22bdb0e323106f66d27ec45 /include/sway/config.h | |
parent | 9e0595f26bcca2a4d0aa735c4cd9fc4f792918bf (diff) |
seat config handler context
Diffstat (limited to 'include/sway/config.h')
-rw-r--r-- | include/sway/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sway/config.h b/include/sway/config.h index 1ab96b51..27fae0c6 100644 --- a/include/sway/config.h +++ b/include/sway/config.h @@ -354,6 +354,7 @@ struct sway_config { // Context for command handlers struct { struct input_config *input_config; + struct seat_config *seat_config; } handler_context; }; |