summaryrefslogtreecommitdiffhomepage
path: root/patch/include.c
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2019-09-09 22:25:19 +0200
committerbakkeby <[email protected]>2019-09-09 22:25:19 +0200
commit20872921bc99093838f9da979ea099ccad338d05 (patch)
treef1a51df79fb5af4756ddd8d1fd40e061fbd73fc6 /patch/include.c
parent637cc50ddafc5aedc24ebfc5498cfec38cb22cc0 (diff)
downloaddwm-flexipatch-20872921bc99093838f9da979ea099ccad338d05.tar.gz
dwm-flexipatch-20872921bc99093838f9da979ea099ccad338d05.zip
Adding flextile patch
Diffstat (limited to 'patch/include.c')
-rw-r--r--patch/include.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/patch/include.c b/patch/include.c
index 156fbac..9987be0 100644
--- a/patch/include.c
+++ b/patch/include.c
@@ -78,6 +78,10 @@
#include "fibonacci.c"
#endif
+#if FLEXTILE_LAYOUT
+#include "flextile.c"
+#endif
+
#if GAPPLESSGRID_LAYOUT
#include "gapplessgrid.c"
#endif