summaryrefslogtreecommitdiff
path: root/ewmh.h
diff options
context:
space:
mode:
Diffstat (limited to 'ewmh.h')
-rw-r--r--ewmh.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/ewmh.h b/ewmh.h
index 7b1b5f4..5fbc9a4 100644
--- a/ewmh.h
+++ b/ewmh.h
@@ -5,10 +5,12 @@
#include <map>
#include <string>
+#include <vector>
#include "structs.h"
+#include "config.h"
-void initEWMH(Display** dpy, Window* root, int numWS, const std::string workspaceNames[]);
+void initEWMH(Display** dpy, Window* root, int numWS, std::vector<Workspace> workspaces);
void updateClientList(std::map<int, Client> clients);