2019-09-05 00:32:39 +02:00
|
|
|
#if ALPHA_PATCH
|
|
|
|
#include "alpha.c"
|
|
|
|
#endif
|
|
|
|
|
2019-09-06 23:25:32 +02:00
|
|
|
#if ATTACHABOVE_PATCH || ATTACHASIDE_PATCH || ATTACHBELOW_PATCH || ATTACHBOTTOM_PATCH
|
|
|
|
#include "attachx.c"
|
|
|
|
#endif
|
|
|
|
|
2019-09-06 23:37:30 +02:00
|
|
|
#if AUTOSTART_PATCH
|
|
|
|
#include "autostart.c"
|
|
|
|
#endif
|
|
|
|
|
2019-09-07 22:27:06 +02:00
|
|
|
#if CYCLELAYOUTS_PATCH
|
|
|
|
#include "cyclelayouts.c"
|
|
|
|
#endif // CYCLELAYOUTS_PATCH
|
|
|
|
|
2019-09-05 22:58:16 +02:00
|
|
|
#if PERTAG_PATCH
|
|
|
|
#include "pertag.c"
|
|
|
|
#endif
|
|
|
|
|
2019-09-07 22:42:01 +02:00
|
|
|
#if ROTATESTACK_PATCH
|
|
|
|
#include "rotatestack.c"
|
|
|
|
#endif
|
|
|
|
|
2019-09-05 22:10:00 +02:00
|
|
|
#if SYSTRAY_PATCH
|
|
|
|
#include "systray.c"
|
|
|
|
#endif
|
2019-09-05 23:19:23 +02:00
|
|
|
|
2019-09-05 23:59:13 +02:00
|
|
|
#if TAGALLMON_PATCH
|
|
|
|
#include "tagallmon.c"
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#if TAGSWAPMON_PATCH
|
|
|
|
#include "tagswapmon.c"
|
|
|
|
#endif
|
|
|
|
|
2019-09-05 23:27:33 +02:00
|
|
|
#if TOGGLEFULLSCREEN_PATCH
|
|
|
|
#include "togglefullscreen.c"
|
|
|
|
#endif
|
|
|
|
|
2019-09-05 23:19:23 +02:00
|
|
|
#if ZOOMSWAP_PATCH
|
|
|
|
#include "zoomswap.c"
|
2019-09-05 23:27:33 +02:00
|
|
|
#endif
|