summaryrefslogtreecommitdiff
path: root/dwm/patch/banish.h
diff options
context:
space:
mode:
Diffstat (limited to 'dwm/patch/banish.h')
-rwxr-xr-xdwm/patch/banish.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/dwm/patch/banish.h b/dwm/patch/banish.h
new file mode 100755
index 0000000..d26563b
--- /dev/null
+++ b/dwm/patch/banish.h
@@ -0,0 +1,8 @@
+#include <time.h>
+#include <X11/extensions/Xfixes.h>
+#include <X11/extensions/XInput2.h>
+
+static void genericevent(XEvent *e);
+static void hidecursor(const Arg *arg);
+static unsigned long long now(void);
+static void showcursor(const Arg *arg);