summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/sway/commands.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/sway/commands.h b/include/sway/commands.h
index 9e8d013e..3ab8d5af 100644
--- a/include/sway/commands.h
+++ b/include/sway/commands.h
@@ -120,6 +120,7 @@ sway_cmd cmd_gaps;
120sway_cmd cmd_hide_edge_borders; 120sway_cmd cmd_hide_edge_borders;
121sway_cmd cmd_include; 121sway_cmd cmd_include;
122sway_cmd cmd_input; 122sway_cmd cmd_input;
123sway_cmd cmd_ipc;
123sway_cmd cmd_kill; 124sway_cmd cmd_kill;
124sway_cmd cmd_layout; 125sway_cmd cmd_layout;
125sway_cmd cmd_log_colors; 126sway_cmd cmd_log_colors;
@@ -192,4 +193,8 @@ sway_cmd input_cmd_pointer_accel;
192sway_cmd input_cmd_scroll_method; 193sway_cmd input_cmd_scroll_method;
193sway_cmd input_cmd_tap; 194sway_cmd input_cmd_tap;
194 195
196sway_cmd cmd_ipc_cmd;
197sway_cmd cmd_ipc_events;
198sway_cmd cmd_ipc_event_cmd;
199
195#endif 200#endif