summaryrefslogtreecommitdiff
path: root/ewmh.h
diff options
context:
space:
mode:
authorBossCode45 <human.cyborg42@gmail.com>2022-09-18 14:38:41 +1200
committerBossCode45 <human.cyborg42@gmail.com>2022-09-18 14:38:41 +1200
commita34c161a6643f184348f42235bcda46352b68da0 (patch)
treeb74a27a55b64c91dbec16df42d62894f8adeadc5 /ewmh.h
parent598f8cc9e8d7acc2adb1671adc591c3ad7008712 (diff)
downloadYATwm-a34c161a6643f184348f42235bcda46352b68da0.tar.gz
YATwm-a34c161a6643f184348f42235bcda46352b68da0.zip
Starting work on multiple monitors
Diffstat (limited to 'ewmh.h')
-rw-r--r--ewmh.h2
1 files changed, 1 insertions, 1 deletions
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<int, Client> clients);