mirror of
https://github.com/bakkeby/dwm-flexipatch
synced 2024-11-05 00:00:18 +00:00
11 lines
155 B
C
11 lines
155 B
C
#if ALPHA_PATCH
|
|
#include "alpha.h"
|
|
#endif
|
|
|
|
#if SYSTRAY_PATCH
|
|
#include "systray.h"
|
|
#endif
|
|
|
|
#if ZOOMSWAP_PATCH
|
|
#include "zoomswap.h"
|
|
#endif // ZOOMSWAP_PATCH
|