aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/commands.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sway/commands.h')
-rw-r--r--include/sway/commands.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/sway/commands.h b/include/sway/commands.h
index 4a2f8c20..07730f98 100644
--- a/include/sway/commands.h
+++ b/include/sway/commands.h
@@ -97,6 +97,12 @@ void container_resize_tiled(struct sway_container *parent, uint32_t axis,
97struct sway_container *container_find_resize_parent(struct sway_container *con, 97struct sway_container *container_find_resize_parent(struct sway_container *con,
98 uint32_t edge); 98 uint32_t edge);
99 99
100/**
101 * Handlers shared by exec and exec_always.
102 */
103sway_cmd cmd_exec_validate;
104sway_cmd cmd_exec_process;
105
100sway_cmd cmd_assign; 106sway_cmd cmd_assign;
101sway_cmd cmd_bar; 107sway_cmd cmd_bar;
102sway_cmd cmd_bindcode; 108sway_cmd cmd_bindcode;