diff options
author | Luminarys <[email protected]> | 2015-08-13 12:32:43 -0500 |
---|---|---|
committer | Luminarys <[email protected]> | 2015-08-13 14:41:36 -0500 |
commit | ab130fb56b5c450d3821cfdfc18fc7a37487c70a (patch) | |
tree | 83ab7d27907dfa8c2a5f0d7bd740f8f49a208e50 /sway/config.h | |
parent | 2c9f5eca89ac5ab1a3eaacc3b56243978098408c (diff) |
Added in command queue
Diffstat (limited to 'sway/config.h')
-rw-r--r-- | sway/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/config.h b/sway/config.h index 62b65723..f55453a3 100644 --- a/sway/config.h +++ b/sway/config.h @@ -24,6 +24,7 @@ struct sway_mode { struct sway_config { list_t *symbols; list_t *modes; + list_t *cmd_queue; struct sway_mode *current_mode; // Flags |