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

19 lines
292 B
C
Raw Normal View History

/* Patches */
2024-07-08 08:13:30 +02:00
#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"
2024-07-08 08:13:30 +02:00
#endif