summaryrefslogtreecommitdiffhomepage
path: root/patch/include.h
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2019-09-11 23:35:43 +0200
committerbakkeby <[email protected]>2019-09-11 23:35:43 +0200
commit706e06be438ec9e20e1ebcfcfbb0ff00bc2d2cc1 (patch)
tree13958df791af844d7c02702c08fdf3dd9d4076d4 /patch/include.h
parente89f262323c658478c92e4bea041e328c5126248 (diff)
downloaddwm-flexipatch-706e06be438ec9e20e1ebcfcfbb0ff00bc2d2cc1.tar.gz
dwm-flexipatch-706e06be438ec9e20e1ebcfcfbb0ff00bc2d2cc1.zip
Adding combo patch
Diffstat (limited to 'patch/include.h')
-rw-r--r--patch/include.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/patch/include.h b/patch/include.h
index 49d3a1c..3e3027c 100644
--- a/patch/include.h
+++ b/patch/include.h
@@ -24,6 +24,10 @@
#include "cfacts.h"
#endif
+#if COMBO_PATCH
+#include "combo.h"
+#endif
+
#if CYCLELAYOUTS_PATCH
#include "cyclelayouts.h"
#endif