Adding tagallmon and tagswapmon patches

This commit is contained in:
bakkeby
2019-09-05 23:59:13 +02:00
parent 1d7247ebb5
commit ab6eb60657
9 changed files with 135 additions and 2 deletions

View File

@ -10,6 +10,14 @@
#include "systray.c"
#endif
#if TAGALLMON_PATCH
#include "tagallmon.c"
#endif
#if TAGSWAPMON_PATCH
#include "tagswapmon.c"
#endif
#if TOGGLEFULLSCREEN_PATCH
#include "togglefullscreen.c"
#endif