From ea827624d203c73af896669e161972fc8be022ed Mon Sep 17 00:00:00 2001 From: BossCode45 Date: Sat, 27 May 2023 16:33:46 +1200 Subject: feat: Made it compile woo Note: doesn't work yet though, as commands haven't all been registered yet --- ewmh.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'ewmh.h') diff --git a/ewmh.h b/ewmh.h index 7b1b5f4..5fbc9a4 100644 --- a/ewmh.h +++ b/ewmh.h @@ -5,10 +5,12 @@ #include #include +#include #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 workspaces); void updateClientList(std::map clients); -- cgit v1.2.3