summaryrefslogtreecommitdiffstats
path: root/include/sway/commands.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sway/commands.h')
-rw-r--r--include/sway/commands.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sway/commands.h b/include/sway/commands.h
index 89e18c66..7bee2538 100644
--- a/include/sway/commands.h
+++ b/include/sway/commands.h
@@ -133,7 +133,6 @@ sway_cmd cmd_force_display_urgency_hint;
133sway_cmd cmd_force_focus_wrapping; 133sway_cmd cmd_force_focus_wrapping;
134sway_cmd cmd_fullscreen; 134sway_cmd cmd_fullscreen;
135sway_cmd cmd_gaps; 135sway_cmd cmd_gaps;
136sway_cmd cmd_hide_cursor;
137sway_cmd cmd_hide_edge_borders; 136sway_cmd cmd_hide_edge_borders;
138sway_cmd cmd_include; 137sway_cmd cmd_include;
139sway_cmd cmd_input; 138sway_cmd cmd_input;
@@ -260,8 +259,9 @@ sway_cmd output_cmd_scale;
260sway_cmd output_cmd_transform; 259sway_cmd output_cmd_transform;
261 260
262sway_cmd seat_cmd_attach; 261sway_cmd seat_cmd_attach;
263sway_cmd seat_cmd_fallback;
264sway_cmd seat_cmd_cursor; 262sway_cmd seat_cmd_cursor;
263sway_cmd seat_cmd_fallback;
264sway_cmd seat_cmd_hide_cursor;
265 265
266sway_cmd cmd_ipc_cmd; 266sway_cmd cmd_ipc_cmd;
267sway_cmd cmd_ipc_events; 267sway_cmd cmd_ipc_events;