dwm/patch/include.h

15 lines
202 B
C
Raw Normal View History

2019-09-05 00:32:39 +02:00
#if ALPHA_PATCH
#include "alpha.h"
#endif
2019-09-05 22:10:00 +02:00
#if SYSTRAY_PATCH
#include "systray.h"
#endif
2019-09-05 23:27:33 +02:00
#if TOGGLEFULLSCREEN_PATCH
#include "togglefullscreen.h"
#endif
#if ZOOMSWAP_PATCH
#include "zoomswap.h"
2019-09-05 23:27:33 +02:00
#endif