summaryrefslogtreecommitdiffhomepage
path: root/patch/include.c
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2020-05-26 20:53:53 +0200
committerbakkeby <[email protected]>2020-05-26 20:53:53 +0200
commite79aec52c28af424adf4b31ff5d4504303c61383 (patch)
tree6f83c7749de60b70082bed83ea3bce420d89533f /patch/include.c
parentfc8434abd1218fc33a4418bcde31cef10c12ede7 (diff)
downloaddwm-flexipatch-e79aec52c28af424adf4b31ff5d4504303c61383.tar.gz
dwm-flexipatch-e79aec52c28af424adf4b31ff5d4504303c61383.zip
Adding status2d 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 dc516fe..5113dc6 100644
--- a/patch/include.c
+++ b/patch/include.c
@@ -122,6 +122,9 @@
#if STACKER_PATCH
#include "stacker.c"
#endif
+#if STATUS2D_PATCH && !STATUSCOLORS_PATCH
+#include "status2d.c"
+#endif
#if STATUSCOLORS_PATCH
#include "statuscolors.c"
#endif