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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sway/commands.h b/include/sway/commands.h
index 5f249980..982125c1 100644
--- a/include/sway/commands.h
+++ b/include/sway/commands.h
@@ -285,6 +285,8 @@ sway_cmd seat_cmd_attach;
285sway_cmd seat_cmd_cursor; 285sway_cmd seat_cmd_cursor;
286sway_cmd seat_cmd_fallback; 286sway_cmd seat_cmd_fallback;
287sway_cmd seat_cmd_hide_cursor; 287sway_cmd seat_cmd_hide_cursor;
288sway_cmd seat_cmd_idle_inhibit;
289sway_cmd seat_cmd_idle_wake;
288sway_cmd seat_cmd_keyboard_grouping; 290sway_cmd seat_cmd_keyboard_grouping;
289sway_cmd seat_cmd_pointer_constraint; 291sway_cmd seat_cmd_pointer_constraint;
290sway_cmd seat_cmd_xcursor_theme; 292sway_cmd seat_cmd_xcursor_theme;