summaryrefslogtreecommitdiffhomepage
path: root/patch/include.h
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2020-02-02 11:55:19 +0100
committerbakkeby <[email protected]>2020-02-02 11:55:19 +0100
commit6de03c1735b272a8081ffc8a25e078ec7e37f2c1 (patch)
tree7951a7c3bdc54418469c9986914c4dc677705818 /patch/include.h
parent4ddfdab30ef77637b1a112dc181606c1260f84af (diff)
downloaddwm-flexipatch-6de03c1735b272a8081ffc8a25e078ec7e37f2c1.tar.gz
dwm-flexipatch-6de03c1735b272a8081ffc8a25e078ec7e37f2c1.zip
Adding transferall 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 96f9a4b..d728729 100644
--- a/patch/include.h
+++ b/patch/include.h
@@ -131,6 +131,9 @@
#if TRANSFER_PATCH
#include "transfer.h"
#endif
+#if TRANSFER_ALL_PATCH
+#include "transferall.h"
+#endif
#if UNFLOATVISIBLE_PATCH
#include "unfloatvisible.h"
#endif