suckless-utils/tabbed-flexipatch/patch/include.h

19 lines
292 B
C

/* Patches */
#if BASENAME_PATCH
#include "basename.h"
#endif
#if DRAG_PATCH
#include "drag.h"
#endif
#if HIDETABS_PATCH
#include "hidebar.h"
#endif
#if ICON_PATCH
#include "icon.h"
#endif
#if KEYRELEASE_PATCH
#include "keyrelease.h"
#endif
#if XRESOURCES_PATCH
#include "xresources.h"
#endif