aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway
diff options
context:
space:
mode:
Diffstat (limited to 'include/sway')
-rw-r--r--include/sway/commands.h1
-rw-r--r--include/sway/config.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/include/sway/commands.h b/include/sway/commands.h
index dda286a2..1291d5fb 100644
--- a/include/sway/commands.h
+++ b/include/sway/commands.h
@@ -141,6 +141,7 @@ sway_cmd cmd_splith;
141sway_cmd cmd_splitt; 141sway_cmd cmd_splitt;
142sway_cmd cmd_splitv; 142sway_cmd cmd_splitv;
143sway_cmd cmd_sticky; 143sway_cmd cmd_sticky;
144sway_cmd cmd_swaybg_command;
144sway_cmd cmd_unmark; 145sway_cmd cmd_unmark;
145sway_cmd cmd_workspace; 146sway_cmd cmd_workspace;
146sway_cmd cmd_ws_auto_back_and_forth; 147sway_cmd cmd_ws_auto_back_and_forth;
diff --git a/include/sway/config.h b/include/sway/config.h
index dbcfc91e..4a7fee0f 100644
--- a/include/sway/config.h
+++ b/include/sway/config.h
@@ -282,6 +282,7 @@ struct sway_config {
282 list_t *active_bar_modifiers; 282 list_t *active_bar_modifiers;
283 struct sway_mode *current_mode; 283 struct sway_mode *current_mode;
284 struct bar_config *current_bar; 284 struct bar_config *current_bar;
285 char *swaybg_command;
285 uint32_t floating_mod; 286 uint32_t floating_mod;
286 uint32_t dragging_key; 287 uint32_t dragging_key;
287 uint32_t resizing_key; 288 uint32_t resizing_key;