dwm/patch/include.c

40 lines
597 B
C
Raw Normal View History

2019-09-05 00:32:39 +02:00
#if ALPHA_PATCH
#include "alpha.c"
#endif
#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-05 22:10:00 +02:00
#if SYSTRAY_PATCH
#include "systray.c"
#endif
#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
#if ZOOMSWAP_PATCH
#include "zoomswap.c"
2019-09-05 23:27:33 +02:00
#endif