mirror of
https://github.com/mintycube/dmenu.git
synced 2024-10-22 14:05:48 +02:00
18 lines
322 B
C
18 lines
322 B
C
#if CENTER_PATCH
|
|
#include "center.c"
|
|
#endif
|
|
#if FUZZYMATCH_PATCH
|
|
#include "fuzzymatch.c"
|
|
#endif
|
|
#if MOUSE_SUPPORT_PATCH
|
|
#include "mousesupport.c"
|
|
#endif
|
|
#if NAVHISTORY_PATCH
|
|
#include "navhistory.c"
|
|
#endif
|
|
#if NON_BLOCKING_STDIN_PATCH
|
|
#include "nonblockingstdin.c"
|
|
#endif
|
|
#if XRESOURCES_PATCH
|
|
#include "xresources.c"
|
|
#endif |