diff options
Diffstat (limited to 'ewmh.h')
| -rw-r--r-- | ewmh.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |
