mirror of
https://github.com/mintycube/dwm.git
synced 2024-10-22 14:05:45 +02:00
20 lines
248 B
C
20 lines
248 B
C
#if ALPHA_PATCH
|
|
#include "alpha.c"
|
|
#endif
|
|
|
|
#if PERTAG_PATCH
|
|
#include "pertag.c"
|
|
#endif
|
|
|
|
#if SYSTRAY_PATCH
|
|
#include "systray.c"
|
|
#endif
|
|
|
|
#if TOGGLEFULLSCREEN_PATCH
|
|
#include "togglefullscreen.c"
|
|
#endif
|
|
|
|
#if ZOOMSWAP_PATCH
|
|
#include "zoomswap.c"
|
|
#endif
|