summaryrefslogtreecommitdiff
path: root/ewmh.h
diff options
context:
space:
mode:
authorBossCode45 <human.cyborg42@gmail.com>2023-05-27 16:33:46 +1200
committerBossCode45 <human.cyborg42@gmail.com>2023-05-27 16:33:46 +1200
commitea827624d203c73af896669e161972fc8be022ed (patch)
treef4a4ecb151ac9eaebee724be2ee4ee24bfb98eab /ewmh.h
parent27137ec9d29c36df8117869773203b243849896c (diff)
downloadYATwm-ea827624d203c73af896669e161972fc8be022ed.tar.gz
YATwm-ea827624d203c73af896669e161972fc8be022ed.zip
feat: Made it compile woo
Note: doesn't work yet though, as commands haven't all been registered yet
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);