diff options
| author | bakkeby <[email protected]> | 2020-08-10 12:32:58 +0200 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2020-08-10 13:16:12 +0200 |
| commit | 1dd4ec5bc436f89496b344264cf8ee1da67e5ded (patch) | |
| tree | 626e2e3bba3d16fbd179462a0d53eca1b3d2f038 /patch/include.c | |
| parent | e5ea493d3299caad340ecbd6ef7a6fd563224f43 (diff) | |
| download | dwm-flexipatch-1dd4ec5bc436f89496b344264cf8ee1da67e5ded.tar.gz dwm-flexipatch-1dd4ec5bc436f89496b344264cf8ee1da67e5ded.zip | |
Adding insets patch
Diffstat (limited to 'patch/include.c')
| -rw-r--r-- | patch/include.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/patch/include.c b/patch/include.c index aaaf123..81901a1 100644 --- a/patch/include.c +++ b/patch/include.c @@ -111,6 +111,9 @@ #if INPLACEROTATE_PATCH #include "inplacerotate.c" #endif +#if INSETS_PATCH +#include "insets.c" +#endif #if KEYMODES_PATCH #include "keymodes.c" #endif |
