summaryrefslogtreecommitdiffhomepage
path: root/patch/bar_tagpreview.h
diff options
context:
space:
mode:
authorStein Gunnar Bakkeby <[email protected]>2022-07-05 14:55:42 +0200
committerGitHub <[email protected]>2022-07-05 14:55:42 +0200
commit5f7df0b0dc78ae00f21d5bbe892456c450506b9b (patch)
tree73610f0475c0e5b7ef5a2017e11813908e769fcd /patch/bar_tagpreview.h
parent20692bea017353bcaf069625bcf3bda6eed4ad51 (diff)
downloaddwm-flexipatch-5f7df0b0dc78ae00f21d5bbe892456c450506b9b.tar.gz
dwm-flexipatch-5f7df0b0dc78ae00f21d5bbe892456c450506b9b.zip
Adding tagpreview patch (#271)
Diffstat (limited to 'patch/bar_tagpreview.h')
-rw-r--r--patch/bar_tagpreview.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/patch/bar_tagpreview.h b/patch/bar_tagpreview.h
new file mode 100644
index 0000000..8129187
--- /dev/null
+++ b/patch/bar_tagpreview.h
@@ -0,0 +1,4 @@
+static void showtagpreview(int tag, int x, int y);
+static void hidetagpreview(Monitor *m);
+static void tagpreviewswitchtag(void);
+static void updatepreview(void);