diff options
author | Drew DeVault <sir@cmpwn.com> | 2018-10-07 23:30:05 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-07 23:30:05 +0200 |
commit | 89f4ebef064809c4e3d4cc08f8c7f08f4bc6d420 (patch) | |
tree | 29bd04516a0c032026d00c83ea2d9d4bb5952f74 /include/sway | |
parent | 7252c7f7157394c7a2243eda7c7af608ed5016e7 (diff) | |
parent | 92e1fc00fdb78abaf050606797ffbb86a3f4328b (diff) | |
download | sway-89f4ebef064809c4e3d4cc08f8c7f08f4bc6d420.tar.xz |
Merge pull request #2786 from swaywm/no-op-client-commands
Shim client.background and client.placeholder
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 f7fafb96..21b8b87a 100644 --- a/include/sway/commands.h +++ b/include/sway/commands.h @@ -103,6 +103,7 @@ sway_cmd cmd_bar; sway_cmd cmd_bindcode; sway_cmd cmd_bindsym; sway_cmd cmd_border; +sway_cmd cmd_client_noop; sway_cmd cmd_client_focused; sway_cmd cmd_client_focused_inactive; sway_cmd cmd_client_unfocused; |