summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2018-09-19 09:24:15 -0400
committerLibravatar GitHub <noreply@github.com>2018-09-19 09:24:15 -0400
commitf0fb27aba6b6e4d14fe0ce6e6e7d3dfa3fdf91fa (patch)
tree6d7d21786cb3e0441205705117bf2ffffa1f8828 /include
parentMerge pull request #2670 from ianyfan/commands (diff)
parentMerge branch 'master' into create-output-command (diff)
downloadsway-f0fb27aba6b6e4d14fe0ce6e6e7d3dfa3fdf91fa.tar.gz
sway-f0fb27aba6b6e4d14fe0ce6e6e7d3dfa3fdf91fa.tar.zst
sway-f0fb27aba6b6e4d14fe0ce6e6e7d3dfa3fdf91fa.zip
Merge pull request #2669 from RyanDwyer/create-output-command
Introduce create_output command (for developer use)
Diffstat (limited to 'include')
-rw-r--r--include/sway/commands.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sway/commands.h b/include/sway/commands.h
index e51b12fd..226cf932 100644
--- a/include/sway/commands.h
+++ b/include/sway/commands.h
@@ -103,6 +103,7 @@ sway_cmd cmd_client_urgent;
103sway_cmd cmd_client_placeholder; 103sway_cmd cmd_client_placeholder;
104sway_cmd cmd_client_background; 104sway_cmd cmd_client_background;
105sway_cmd cmd_commands; 105sway_cmd cmd_commands;
106sway_cmd cmd_create_output;
106sway_cmd cmd_debuglog; 107sway_cmd cmd_debuglog;
107sway_cmd cmd_default_border; 108sway_cmd cmd_default_border;
108sway_cmd cmd_default_floating_border; 109sway_cmd cmd_default_floating_border;