summaryrefslogtreecommitdiffhomepage
path: root/patch/include.h
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2020-03-25 15:15:47 +0100
committerbakkeby <[email protected]>2020-03-25 15:15:47 +0100
commit32d3d2b7c37184595f1347f5d03fc7c0fce94b92 (patch)
tree1e1d835e90e01e80750c075a5080dc8b5ccac0dd /patch/include.h
parentd17a306a94127b8ac971c03aa41bf709dd50d428 (diff)
downloaddwm-flexipatch-32d3d2b7c37184595f1347f5d03fc7c0fce94b92.tar.gz
dwm-flexipatch-32d3d2b7c37184595f1347f5d03fc7c0fce94b92.zip
Adding dragcfact patch, ref. #19
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 d97b503..9556675 100644
--- a/patch/include.h
+++ b/patch/include.h
@@ -26,6 +26,9 @@
#if CYCLELAYOUTS_PATCH
#include "cyclelayouts.h"
#endif
+#if DRAGCFACT_PATCH && CFACTS_PATCH
+#include "dragcfact.h"
+#endif
#if DWMC_PATCH
#include "dwmc.h"
#elif FSIGNAL_PATCH