dwm-flexipatch/patch/include.c
2019-09-05 22:58:16 +02:00

12 lines
134 B
C

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