You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
dwm-flexipatch/patch/include.h

27 lines
421 B
C

5 years ago
#if ALPHA_PATCH
#include "alpha.h"
#endif
#if ATTACHABOVE_PATCH || ATTACHASIDE_PATCH || ATTACHBELOW_PATCH || ATTACHBOTTOM_PATCH
#include "attachx.h"
#endif
#if SYSTRAY_PATCH
#include "systray.h"
#endif
#if TAGALLMON_PATCH
#include "tagallmon.h"
#endif
#if TAGSWAPMON_PATCH
#include "tagswapmon.h"
#endif
#if TOGGLEFULLSCREEN_PATCH
#include "togglefullscreen.h"
#endif
#if ZOOMSWAP_PATCH
#include "zoomswap.h"
#endif