summaryrefslogtreecommitdiffhomepage
path: root/patch/include.c
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2019-09-12 00:48:29 +0200
committerbakkeby <[email protected]>2019-09-12 00:48:29 +0200
commit9e17c55d959a1936eeae4e7cb43d30236f5bea61 (patch)
treeec72d684de79beb9192fb36e9068d1b74d6e8994 /patch/include.c
parent706e06be438ec9e20e1ebcfcfbb0ff00bc2d2cc1 (diff)
downloaddwm-flexipatch-9e17c55d959a1936eeae4e7cb43d30236f5bea61.tar.gz
dwm-flexipatch-9e17c55d959a1936eeae4e7cb43d30236f5bea61.zip
Adding ewmhtags patch
Diffstat (limited to 'patch/include.c')
-rw-r--r--patch/include.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/patch/include.c b/patch/include.c
index 1ddc897..809a792 100644
--- a/patch/include.c
+++ b/patch/include.c
@@ -32,6 +32,10 @@
#include "cyclelayouts.c"
#endif
+#if EWMHTAGS_PATCH
+#include "ewmhtags.c"
+#endif
+
#if PERTAG_PATCH
#include "pertag.c"
#endif