aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2016-12-02 17:34:26 -0500
committerDrew DeVault <sir@cmpwn.com>2016-12-02 17:34:26 -0500
commitc8dc4925d1e0f5d5086a4c15415ee9fb0b7e6155 (patch)
treee4019d0e2408f00d054907c35202a6104c6bb272 /include
parente9e1a6a409a276310e1015763184641547e7823c (diff)
Add IPC security policy command handlers
Diffstat (limited to 'include')
-rw-r--r--include/sway/commands.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/sway/commands.h b/include/sway/commands.h
index 9e8d013e..3ab8d5af 100644
--- a/include/sway/commands.h
+++ b/include/sway/commands.h
@@ -120,6 +120,7 @@ sway_cmd cmd_gaps;
sway_cmd cmd_hide_edge_borders;
sway_cmd cmd_include;
sway_cmd cmd_input;
+sway_cmd cmd_ipc;
sway_cmd cmd_kill;
sway_cmd cmd_layout;
sway_cmd cmd_log_colors;
@@ -192,4 +193,8 @@ sway_cmd input_cmd_pointer_accel;
sway_cmd input_cmd_scroll_method;
sway_cmd input_cmd_tap;
+sway_cmd cmd_ipc_cmd;
+sway_cmd cmd_ipc_events;
+sway_cmd cmd_ipc_event_cmd;
+
#endif