summaryrefslogtreecommitdiffstats
path: root/include/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/config.h')
-rw-r--r--include/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h
index e6fc9f28..b97acb57 100644
--- a/include/config.h
+++ b/include/config.h
@@ -21,6 +21,7 @@ struct sway_variable {
21 * A key binding and an associated command. 21 * A key binding and an associated command.
22 */ 22 */
23struct sway_binding { 23struct sway_binding {
24 int order;
24 list_t *keys; 25 list_t *keys;
25 uint32_t modifiers; 26 uint32_t modifiers;
26 char *command; 27 char *command;