summaryrefslogtreecommitdiffhomepage
path: root/patch/include.c
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2020-03-31 08:21:00 +0200
committerbakkeby <[email protected]>2020-03-31 10:21:45 +0200
commita560b9cb53f3efc031e8d944231f53f4a9720203 (patch)
treeeb0d0e3a7a5d96cd93beaffdead935011cc1acd6 /patch/include.c
parentf2673fec53bbba86cc5ba2c1ea8ff5f67346f908 (diff)
downloaddwm-flexipatch-a560b9cb53f3efc031e8d944231f53f4a9720203.tar.gz
dwm-flexipatch-a560b9cb53f3efc031e8d944231f53f4a9720203.zip
Adding rounded corners 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 5cbb942..c30b794 100644
--- a/patch/include.c
+++ b/patch/include.c
@@ -84,6 +84,9 @@
#if ROTATESTACK_PATCH
#include "rotatestack.c"
#endif
+#if ROUNDED_CORNERS_PATCH
+#include "roundedcorners.c"
+#endif
#if SCRATCHPAD_PATCH
#include "scratchpad.c"
#endif