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.h | |
| parent | 637cc50ddafc5aedc24ebfc5498cfec38cb22cc0 (diff) | |
| download | dwm-flexipatch-20872921bc99093838f9da979ea099ccad338d05.tar.gz dwm-flexipatch-20872921bc99093838f9da979ea099ccad338d05.zip | |
Adding flextile patch
Diffstat (limited to 'patch/include.h')
| -rw-r--r-- | patch/include.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/patch/include.h b/patch/include.h index 596f303..7912b30 100644 --- a/patch/include.h +++ b/patch/include.h @@ -74,6 +74,10 @@ #include "fibonacci.h" #endif +#if FLEXTILE_LAYOUT +#include "flextile.h" +#endif + #if GAPPLESSGRID_LAYOUT #include "gapplessgrid.h" #endif |
