summaryrefslogtreecommitdiffhomepage
path: root/patch/include.c
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2020-08-11 10:17:02 +0200
committerbakkeby <[email protected]>2020-08-11 10:17:02 +0200
commit10f4d513ec5df78db1c2b83706c208c3032e64ca (patch)
treef4d973870d2583b491f217648ecdf8d25322f405 /patch/include.c
parent14e148be2a3dbcfd20cbf7c8f58c1c543f63c4b7 (diff)
downloaddwm-flexipatch-10f4d513ec5df78db1c2b83706c208c3032e64ca.tar.gz
dwm-flexipatch-10f4d513ec5df78db1c2b83706c208c3032e64ca.zip
Adding decoration hints patch
Diffstat (limited to 'patch/include.c')
-rw-r--r--patch/include.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/patch/include.c b/patch/include.c
index 81901a1..68ff0c1 100644
--- a/patch/include.c
+++ b/patch/include.c
@@ -82,6 +82,9 @@
#if CYCLELAYOUTS_PATCH
#include "cyclelayouts.c"
#endif
+#if DECORATION_HINTS_PATCH
+#include "decorationhints.c"
+#endif
#if DRAGCFACT_PATCH && CFACTS_PATCH
#include "dragcfact.c"
#endif