summaryrefslogtreecommitdiff
path: root/ewmh.h
diff options
context:
space:
mode:
Diffstat (limited to 'ewmh.h')
-rw-r--r--ewmh.h25
1 files changed, 0 insertions, 25 deletions
diff --git a/ewmh.h b/ewmh.h
deleted file mode 100644
index 9473d5d..0000000
--- a/ewmh.h
+++ /dev/null
@@ -1,25 +0,0 @@
-#pragma once
-
-#include <X11/X.h>
-#include <X11/Xatom.h>
-
-#include <map>
-#include <string>
-#include <vector>
-
-#include "structs.h"
-#include "config.h"
-
-void initEWMH(Display** dpy, Window* root, int numWS, std::vector<Workspace> workspaces);
-
-void updateClientList(std::map<int, Client> clients);
-
-void setWindowDesktop(Window w, int desktop);
-
-void setCurrentDesktop(int desktop);
-
-void setFullscreen(Window w, bool fullscreen);
-
-void setIPCPath(unsigned char* path, int len);
-
-int getProp(Window w, char* propName, Atom* type, unsigned char** data);