mirror of
https://github.com/mintycube/dmenu.git
synced 2024-10-22 12:05:48 +00:00
This patch is simpler than, and superior to, the TSV patch and as such takes precedence if both are combined. Also addressed some compatibility issues and compilation errors.
15 lines
278 B
C
15 lines
278 B
C
#if DYNAMIC_OPTIONS_PATCH
|
|
#include "dynamicoptions.h"
|
|
#endif
|
|
#if FZFEXPECT_PATCH
|
|
#include "fzfexpect.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 |