summaryrefslogtreecommitdiff
path: root/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'util.h')
-rw-r--r--util.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/util.h b/util.h
deleted file mode 100644
index 66ecf76..0000000
--- a/util.h
+++ /dev/null
@@ -1,19 +0,0 @@
-#pragma once
-
-#include <vector>
-#include <string>
-#include <X11/Xlib.h>
-
-
-std::string getEventName(int e);
-
-
-std::vector<std::string> split (const std::string &s, char delim);
-
-std::string lowercase(std::string s);
-
-
-struct Globals {
- Display*& dpy;
- Window& root;
-};