diff options
| author | bakkeby <[email protected]> | 2019-09-07 22:27:06 +0200 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2019-09-07 22:27:06 +0200 |
| commit | 9ccc131284787b1419389e26d115fecde7266863 (patch) | |
| tree | bff6863e1046907f441085b7bfa8ba7b1b5b9f4a /patch/include.h | |
| parent | 27b6b4b024948b79950767e38698d45babdca49c (diff) | |
| download | dwm-flexipatch-9ccc131284787b1419389e26d115fecde7266863.tar.gz dwm-flexipatch-9ccc131284787b1419389e26d115fecde7266863.zip | |
Adding cyclelayouts 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 295ee77..17d6c9e 100644 --- a/patch/include.h +++ b/patch/include.h @@ -10,6 +10,10 @@ #include "autostart.h" #endif +#if CYCLELAYOUTS_PATCH +#include "cyclelayouts.h" +#endif // CYCLELAYOUTS_PATCH + #if SYSTRAY_PATCH #include "systray.h" #endif |
