st/patch/x_include.c

28 lines
499 B
C
Raw Normal View History

/* Patches */
#if BOXDRAW_PATCH
#include "boxdraw.c"
#endif
#if OPENCOPIED_PATCH
#include "opencopied.c"
#endif
#if FIXKEYBOARDINPUT_PATCH
#include "fixkeyboardinput.c"
#endif
2020-03-21 15:41:43 +00:00
#if FONT2_PATCH
#include "font2.c"
#endif
2020-03-29 13:38:16 +00:00
#if INVERT_PATCH
#include "invert.c"
#endif
#if KEYBOARDSELECT_PATCH
2019-10-16 06:28:00 +00:00
#include "keyboardselect_x.c"
#endif
#if RIGHTCLICKTOPLUMB_PATCH
#include "rightclicktoplumb_x.c"
#endif
2020-01-07 07:05:00 +00:00
#if ST_EMBEDDER_PATCH
#include "st_embedder_x.c"
#endif
2019-09-16 12:21:09 +00:00
#if XRESOURCES_PATCH
#include "xresources.c"
#endif