diff options
| author | bakkeby <[email protected]> | 2020-03-27 20:46:54 +0100 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2020-03-27 20:46:54 +0100 |
| commit | e9e32d28c7c16c867686ac692607a6d40165f65d (patch) | |
| tree | f54121ae4fcb4151052631bb0142bee151274ac6 /patch/include.h | |
| parent | cf2e0c1d70a019b1180f53017637a26bdf9fd6c3 (diff) | |
| download | dwm-flexipatch-e9e32d28c7c16c867686ac692607a6d40165f65d.tar.gz dwm-flexipatch-e9e32d28c7c16c867686ac692607a6d40165f65d.zip | |
Adding revamped dragmfact 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 9556675..5d6ee6c 100644 --- a/patch/include.h +++ b/patch/include.h @@ -29,6 +29,9 @@ #if DRAGCFACT_PATCH && CFACTS_PATCH #include "dragcfact.h" #endif +#if DRAGMFACT_PATCH +#include "dragmfact.h" +#endif #if DWMC_PATCH #include "dwmc.h" #elif FSIGNAL_PATCH |
