Adding swapfocus patch

This commit is contained in:
bakkeby
2020-01-29 08:31:00 +01:00
parent 21ba1d7bb3
commit 5e75da8dd1
10 changed files with 81 additions and 12 deletions

View File

@ -101,7 +101,10 @@
#endif
#if SWALLOW_PATCH
#include "swallow.c"
#endif // SWALLOW_PATCH
#endif
#if SWAPFOCUS_PATCH && PERTAG_PATCH
#include "swapfocus.c"
#endif
#if SWITCHCOL_PATCH
#include "switchcol.c"
#endif