summaryrefslogtreecommitdiffhomepage
path: root/patch/include.c
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2020-01-26 07:32:00 +0100
committerbakkeby <[email protected]>2020-01-26 15:32:14 +0100
commit84b0361b65ab17d1b167ad9dbfcab0524ef4bfde (patch)
treebf3d45a006bc8416f750eda0595c1ee81ad37c0a /patch/include.c
parent60209c98d773c37e4def81e5334fa159d86fac45 (diff)
downloaddwm-flexipatch-84b0361b65ab17d1b167ad9dbfcab0524ef4bfde.tar.gz
dwm-flexipatch-84b0361b65ab17d1b167ad9dbfcab0524ef4bfde.zip
Adding transfer patch
Diffstat (limited to 'patch/include.c')
-rw-r--r--patch/include.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/patch/include.c b/patch/include.c
index 2e9cbf2..1fbc504 100644
--- a/patch/include.c
+++ b/patch/include.c
@@ -120,6 +120,9 @@
#if TOGGLEFULLSCREEN_PATCH
#include "togglefullscreen.c"
#endif
+#if TRANSFER_PATCH
+#include "transfer.c"
+#endif
#if UNFLOATVISIBLE_PATCH
#include "unfloatvisible.c"
#endif