diff options
author | Drew DeVault <sir@cmpwn.com> | 2016-01-09 12:10:37 -0500 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2016-01-09 12:10:37 -0500 |
commit | 7388e1ecd8ba90f80156837d550087334a2935db (patch) | |
tree | 74976999f5b0aab279bc87691f4ce8af2e0ba9a9 /include | |
parent | b4ea9d492cf6b7c4cd871cfc4da98547596acd63 (diff) | |
parent | f8b260d4a1295df68ef1ff7db89f21e6032d64c7 (diff) | |
download | sway-7388e1ecd8ba90f80156837d550087334a2935db.tar.xz |
Merge pull request #442 from mikkeloscar/bincode
Add support for bincode command
Diffstat (limited to 'include')
-rw-r--r-- | include/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h index 1f2bbdd0..e6a85b29 100644 --- a/include/config.h +++ b/include/config.h @@ -23,6 +23,7 @@ struct sway_variable { struct sway_binding { int order; bool release; + bool bindcode; list_t *keys; uint32_t modifiers; char *command; |