diff options
| author | BossCode45 <human.cyborg42@gmail.com> | 2023-05-27 16:33:46 +1200 |
|---|---|---|
| committer | BossCode45 <human.cyborg42@gmail.com> | 2023-05-27 16:33:46 +1200 |
| commit | ea827624d203c73af896669e161972fc8be022ed (patch) | |
| tree | f4a4ecb151ac9eaebee724be2ee4ee24bfb98eab /ewmh.h | |
| parent | 27137ec9d29c36df8117869773203b243849896c (diff) | |
| download | YATwm-ea827624d203c73af896669e161972fc8be022ed.tar.gz YATwm-ea827624d203c73af896669e161972fc8be022ed.zip | |
feat: Made it compile woo
Note: doesn't work yet though, as commands haven't all been registered yet
Diffstat (limited to 'ewmh.h')
| -rw-r--r-- | ewmh.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -5,10 +5,12 @@ #include <map> #include <string> +#include <vector> #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<Workspace> workspaces); void updateClientList(std::map<int, Client> clients); |
