From a34c161a6643f184348f42235bcda46352b68da0 Mon Sep 17 00:00:00 2001 From: BossCode45 Date: Sun, 18 Sep 2022 14:38:41 +1200 Subject: Starting work on multiple monitors --- ewmh.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ewmh.h') diff --git a/ewmh.h b/ewmh.h index d7b0741..7b1b5f4 100644 --- a/ewmh.h +++ b/ewmh.h @@ -8,7 +8,7 @@ #include "structs.h" -void initEWMH(Display** dpy, Window* root, int numWS, std::string workspaceNames[]); +void initEWMH(Display** dpy, Window* root, int numWS, const std::string workspaceNames[]); void updateClientList(std::map clients); -- cgit v1.2.3