diff options
| author | bakkeby <[email protected]> | 2020-03-25 15:15:47 +0100 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2020-03-25 15:15:47 +0100 |
| commit | 32d3d2b7c37184595f1347f5d03fc7c0fce94b92 (patch) | |
| tree | 1e1d835e90e01e80750c075a5080dc8b5ccac0dd /patch/include.h | |
| parent | d17a306a94127b8ac971c03aa41bf709dd50d428 (diff) | |
| download | dwm-flexipatch-32d3d2b7c37184595f1347f5d03fc7c0fce94b92.tar.gz dwm-flexipatch-32d3d2b7c37184595f1347f5d03fc7c0fce94b92.zip | |
Adding dragcfact patch, ref. #19
Diffstat (limited to 'patch/include.h')
| -rw-r--r-- | patch/include.h | 3 |
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 |
