diff options
| author | bakkeby <[email protected]> | 2020-01-17 09:54:23 +0100 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2020-01-17 09:54:23 +0100 |
| commit | 83a7b16a864bf36525c9dd3d53c1895de5de3864 (patch) | |
| tree | b4d69c60acc4c153079558cbb1d49d553dedefce /patch/include.h | |
| parent | bf4fdc6484513bdda749e537d8f28b775e771d48 (diff) | |
| download | dwm-flexipatch-83a7b16a864bf36525c9dd3d53c1895de5de3864.tar.gz dwm-flexipatch-83a7b16a864bf36525c9dd3d53c1895de5de3864.zip | |
Adding inplacerotate patch
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 bce929e..06f4f0a 100644 --- a/patch/include.h +++ b/patch/include.h @@ -50,6 +50,9 @@ #if HOLDBAR_PATCH #include "holdbar.h" #endif +#if INPLACEROTATE_PATCH +#include "inplacerotate.h" +#endif #if KILLUNSEL_PATCH #include "killunsel.h" #endif |
