summaryrefslogtreecommitdiff
path: root/sway/workspace.c
diff options
context:
space:
mode:
authorDrew DeVault <[email protected]>2015-12-13 16:59:05 -0500
committerDrew DeVault <[email protected]>2015-12-13 16:59:22 -0500
commit7868e44d3f4f89752baa315d62df2152daaa5b77 (patch)
tree4b45b5a8ece5dcfae6c729cb224a22a62774725a /sway/workspace.c
parente2cb5e5420d93516d0ca2cf815410215cd0a2f37 (diff)
Notify IPC on workspace changes more frequently
Diffstat (limited to 'sway/workspace.c')
-rw-r--r--sway/workspace.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/workspace.c b/sway/workspace.c
index 6c9a39e0..f7134917 100644
--- a/sway/workspace.c
+++ b/sway/workspace.c
@@ -3,6 +3,7 @@
#include <wlc/wlc.h>
#include <string.h>
#include <strings.h>
+#include "ipc-server.h"
#include "workspace.h"
#include "layout.h"
#include "list.h"