diff options
author | Drew DeVault <sir@cmpwn.com> | 2018-09-19 09:24:15 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-19 09:24:15 -0400 |
commit | f0fb27aba6b6e4d14fe0ce6e6e7d3dfa3fdf91fa (patch) | |
tree | 6d7d21786cb3e0441205705117bf2ffffa1f8828 /include/sway | |
parent | a83773e5cad9c3c988a664e177a885c61457c03a (diff) | |
parent | a2090d4222aba4c708aa086e674cfe82ee7cb323 (diff) |
Merge pull request #2669 from RyanDwyer/create-output-command
Introduce create_output command (for developer use)
Diffstat (limited to 'include/sway')
-rw-r--r-- | include/sway/commands.h | 1 |
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; sway_cmd cmd_client_placeholder; sway_cmd cmd_client_background; sway_cmd cmd_commands; +sway_cmd cmd_create_output; sway_cmd cmd_debuglog; sway_cmd cmd_default_border; sway_cmd cmd_default_floating_border; |