summaryrefslogtreecommitdiff
path: root/include/sway/ipc-server.h
diff options
context:
space:
mode:
authorTony Crisci <[email protected]>2018-03-29 14:31:10 -0400
committerTony Crisci <[email protected]>2018-03-29 14:31:10 -0400
commit83d09cf5945ba10a703dc5cc977a6d2814f0fd64 (patch)
treeda290b9033e91b295fd01fcf84ca4e74c9a37c1a /include/sway/ipc-server.h
parent874f009866abaf8ca43ed4cd88a69d22a3fbfc5a (diff)
remove swayc_t typedef
Diffstat (limited to 'include/sway/ipc-server.h')
-rw-r--r--include/sway/ipc-server.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sway/ipc-server.h b/include/sway/ipc-server.h
index db690b6e..d73006dc 100644
--- a/include/sway/ipc-server.h
+++ b/include/sway/ipc-server.h
@@ -12,6 +12,6 @@ void ipc_terminate(void);
struct sockaddr_un *ipc_user_sockaddr(void);
-void ipc_event_window(swayc_t *window, const char *change);
+void ipc_event_window(struct sway_container *window, const char *change);
#endif