mirror of
https://github.com/mintycube/dmenu.git
synced 2024-10-22 14:05:48 +02:00
34b991503c
Adding input method patch ref. PR #22
22 lines
391 B
C
22 lines
391 B
C
#if DYNAMIC_OPTIONS_PATCH
|
|
#include "dynamicoptions.h"
|
|
#endif
|
|
#if FZFEXPECT_PATCH
|
|
#include "fzfexpect.h"
|
|
#endif
|
|
#if INPUTMETHOD_PATCH
|
|
#include "inputmethod.h"
|
|
#endif
|
|
#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
|