summaryrefslogtreecommitdiff
path: root/ewmh.h
diff options
context:
space:
mode:
authorBossCode45 <human.cyborg42@gmail.com>2022-12-14 20:14:19 +1300
committerBossCode45 <human.cyborg42@gmail.com>2022-12-14 20:14:19 +1300
commite7bfc85d90f92a896636f1bb9cbab1de1a29b8f2 (patch)
treec76d43a0f80181c7724255ac6ae15566603173f8 /ewmh.h
parentb1e0a2d87e826bec6d1270dde9063c777d90d520 (diff)
parent7ec43dd82b8507e1cc4d1b8b1ab1af2298c77c84 (diff)
downloadYATwm-e7bfc85d90f92a896636f1bb9cbab1de1a29b8f2.tar.gz
YATwm-e7bfc85d90f92a896636f1bb9cbab1de1a29b8f2.zip
Merge branch 'multi-monitor'
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);