summaryrefslogtreecommitdiffhomepage
path: root/patch/include.h
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2020-08-11 10:25:19 +0200
committerbakkeby <[email protected]>2020-08-11 10:25:19 +0200
commit57e727b498e2916abdd7b819084c01c1db0f641b (patch)
tree8eeea304450e03942ee6310e755d0906edb7d575 /patch/include.h
parent10f4d513ec5df78db1c2b83706c208c3032e64ca (diff)
downloaddwm-flexipatch-57e727b498e2916abdd7b819084c01c1db0f641b.tar.gz
dwm-flexipatch-57e727b498e2916abdd7b819084c01c1db0f641b.zip
Adding focusmaster patch
Diffstat (limited to 'patch/include.h')
-rw-r--r--patch/include.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/patch/include.h b/patch/include.h
index 6b695a1..2615109 100644
--- a/patch/include.h
+++ b/patch/include.h
@@ -105,6 +105,9 @@
#if FOCUSADJACENTTAG_PATCH
#include "focusadjacenttag.h"
#endif
+#if FOCUSMASTER_PATCH
+#include "focusmaster.h"
+#endif
#if FOCUSURGENT_PATCH
#include "focusurgent.h"
#endif