summaryrefslogtreecommitdiffhomepage
path: root/patch/include.h
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2020-01-17 09:54:23 +0100
committerbakkeby <[email protected]>2020-01-17 09:54:23 +0100
commit83a7b16a864bf36525c9dd3d53c1895de5de3864 (patch)
treeb4d69c60acc4c153079558cbb1d49d553dedefce /patch/include.h
parentbf4fdc6484513bdda749e537d8f28b775e771d48 (diff)
downloaddwm-flexipatch-83a7b16a864bf36525c9dd3d53c1895de5de3864.tar.gz
dwm-flexipatch-83a7b16a864bf36525c9dd3d53c1895de5de3864.zip
Adding inplacerotate patch
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 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