dwm/patch/include.c
2019-09-05 23:19:23 +02:00

16 lines
201 B
C

#if ALPHA_PATCH
#include "alpha.c"
#endif
#if PERTAG_PATCH
#include "pertag.c"
#endif
#if SYSTRAY_PATCH
#include "systray.c"
#endif
#if ZOOMSWAP_PATCH
#include "zoomswap.c"
#endif // ZOOMSWAP_PATCH