aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/ipc-server.h
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2018-03-29 22:10:33 -0400
committerLibravatar Drew DeVault <sir@cmpwn.com>2018-03-29 22:11:08 -0400
commit8efee109ad2ab4861f25e54e9f6d1ceb06203791 (patch)
tree9cd16bb63d16285620dc16a09da5582f211c0a87 /include/sway/ipc-server.h
parentClean up imported bar commands (diff)
downloadsway-8efee109ad2ab4861f25e54e9f6d1ceb06203791.tar.gz
sway-8efee109ad2ab4861f25e54e9f6d1ceb06203791.tar.zst
sway-8efee109ad2ab4861f25e54e9f6d1ceb06203791.zip
Implement modes
Diffstat (limited to 'include/sway/ipc-server.h')
-rw-r--r--include/sway/ipc-server.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sway/ipc-server.h b/include/sway/ipc-server.h
index 1f6fffff..b4db75c3 100644
--- a/include/sway/ipc-server.h
+++ b/include/sway/ipc-server.h
@@ -13,5 +13,6 @@ struct sockaddr_un *ipc_user_sockaddr(void);
13void ipc_event_workspace(swayc_t *old, swayc_t *new, const char *change); 13void ipc_event_workspace(swayc_t *old, swayc_t *new, const char *change);
14void ipc_event_window(swayc_t *window, const char *change); 14void ipc_event_window(swayc_t *window, const char *change);
15void ipc_event_barconfig_update(struct bar_config *bar); 15void ipc_event_barconfig_update(struct bar_config *bar);
16void ipc_event_mode(const char *mode);
16 17
17#endif 18#endif