summaryrefslogtreecommitdiff
path: root/dwm/patch/alttab.h
diff options
context:
space:
mode:
Diffstat (limited to 'dwm/patch/alttab.h')
-rwxr-xr-xdwm/patch/alttab.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/dwm/patch/alttab.h b/dwm/patch/alttab.h
new file mode 100755
index 0000000..07fed28
--- /dev/null
+++ b/dwm/patch/alttab.h
@@ -0,0 +1,5 @@
+#include <time.h>
+
+static void drawalttab(int nwins, int first, Monitor *m);
+static void alttabstart(const Arg *arg);
+static void alttabend();