summaryrefslogtreecommitdiffhomepage
path: root/patch/include.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/include.h
parent20692bea017353bcaf069625bcf3bda6eed4ad51 (diff)
downloaddwm-flexipatch-5f7df0b0dc78ae00f21d5bbe892456c450506b9b.tar.gz
dwm-flexipatch-5f7df0b0dc78ae00f21d5bbe892456c450506b9b.zip
Adding tagpreview patch (#271)
Diffstat (limited to 'patch/include.h')
-rw-r--r--patch/include.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/patch/include.h b/patch/include.h
index 2ad61df..2a78292 100644
--- a/patch/include.h
+++ b/patch/include.h
@@ -1,6 +1,7 @@
/* Bar functionality */
#include "bar_indicators.h"
#include "bar_tagicons.h"
+#include "bar.h"
#if BAR_ALPHA_PATCH
#include "bar_alpha.h"
@@ -59,6 +60,9 @@
#if BAR_TAGLABELS_PATCH
#include "bar_taglabels.h"
#endif
+#if BAR_TAGPREVIEW_PATCH
+#include "bar_tagpreview.h"
+#endif
#if BAR_TAGGRID_PATCH
#include "bar_taggrid.h"
#endif