Adding swallow patch

This commit is contained in:
bakkeby
2019-10-22 19:08:00 +02:00
parent 71e61d180e
commit 3726d8d1ea
9 changed files with 313 additions and 17 deletions

View File

@ -90,6 +90,9 @@
#if SYSTRAY_PATCH
#include "systray.c"
#endif
#if SWALLOW_PATCH
#include "swallow.c"
#endif // SWALLOW_PATCH
#if SWITCHCOL_PATCH
#include "switchcol.c"
#endif