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.h"
#endif // SWALLOW_PATCH
#endif
#if SWAPFOCUS_PATCH && PERTAG_PATCH
#include "swapfocus.h"
#endif
#if SWITCHCOL_PATCH
#include "switchcol.h"
#endif
@ -183,4 +186,4 @@
#endif
#if TILE_LAYOUT
#include "tile.h"
#endif
#endif