Adding cyclelayouts patch

This commit is contained in:
bakkeby
2019-09-07 22:27:06 +02:00
parent 27b6b4b024
commit 9ccc131284
7 changed files with 42 additions and 1 deletions

View File

@ -10,6 +10,10 @@
#include "autostart.c"
#endif
#if CYCLELAYOUTS_PATCH
#include "cyclelayouts.c"
#endif // CYCLELAYOUTS_PATCH
#if PERTAG_PATCH
#include "pertag.c"
#endif