diff options
| author | bakkeby <[email protected]> | 2019-09-09 22:25:19 +0200 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2019-09-09 22:25:19 +0200 |
| commit | 20872921bc99093838f9da979ea099ccad338d05 (patch) | |
| tree | f1a51df79fb5af4756ddd8d1fd40e061fbd73fc6 /patch/include.c | |
| parent | 637cc50ddafc5aedc24ebfc5498cfec38cb22cc0 (diff) | |
| download | dwm-flexipatch-20872921bc99093838f9da979ea099ccad338d05.tar.gz dwm-flexipatch-20872921bc99093838f9da979ea099ccad338d05.zip | |
Adding flextile patch
Diffstat (limited to 'patch/include.c')
| -rw-r--r-- | patch/include.c | 4 |
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 |
