dwm/patch/include.h
2019-09-07 22:42:01 +02:00

39 lines
584 B
C

#if ALPHA_PATCH
#include "alpha.h"
#endif
#if ATTACHABOVE_PATCH || ATTACHASIDE_PATCH || ATTACHBELOW_PATCH || ATTACHBOTTOM_PATCH
#include "attachx.h"
#endif
#if AUTOSTART_PATCH
#include "autostart.h"
#endif
#if CYCLELAYOUTS_PATCH
#include "cyclelayouts.h"
#endif
#if ROTATESTACK_PATCH
#include "rotatestack.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