dmenu-custom/patch/include.h

22 lines
391 B
C
Raw Normal View History

2024-05-23 11:57:08 +02:00
#if DYNAMIC_OPTIONS_PATCH
#include "dynamicoptions.h"
#endif
#if FZFEXPECT_PATCH
#include "fzfexpect.h"
#endif
2024-08-02 16:59:09 +02:00
#if INPUTMETHOD_PATCH
#include "inputmethod.h"
#endif
2024-05-23 11:57:08 +02:00
#if MULTI_SELECTION_PATCH
#include "multiselect.h"
#endif
#if HIGHPRIORITY_PATCH
#include "highpriority.h"
#endif
#if NON_BLOCKING_STDIN_PATCH
#include "nonblockingstdin.h"
#endif
#if NUMBERS_PATCH
#include "numbers.h"
#endif