2019-09-16 10:40:07 +00:00
|
|
|
/* Patches */
|
2022-09-24 08:43:14 +00:00
|
|
|
#if ALPHA_PATCH
|
|
|
|
#include "alpha.c"
|
|
|
|
#endif
|
2022-03-10 10:37:49 +00:00
|
|
|
#if BACKGROUND_IMAGE_PATCH
|
|
|
|
#include "background_image_x.c"
|
|
|
|
#endif
|
2019-09-17 06:53:00 +00:00
|
|
|
#if BOXDRAW_PATCH
|
|
|
|
#include "boxdraw.c"
|
|
|
|
#endif
|
2019-09-16 10:40:07 +00:00
|
|
|
#if OPENCOPIED_PATCH
|
|
|
|
#include "opencopied.c"
|
|
|
|
#endif
|
2019-09-17 06:53:00 +00:00
|
|
|
#if FIXKEYBOARDINPUT_PATCH
|
|
|
|
#include "fixkeyboardinput.c"
|
|
|
|
#endif
|
2020-03-21 15:41:43 +00:00
|
|
|
#if FONT2_PATCH
|
|
|
|
#include "font2.c"
|
|
|
|
#endif
|
2022-10-24 09:27:51 +00:00
|
|
|
#if FULLSCREEN_PATCH
|
|
|
|
#include "fullscreen_x.c"
|
|
|
|
#endif
|
2020-03-29 13:38:16 +00:00
|
|
|
#if INVERT_PATCH
|
|
|
|
#include "invert.c"
|
|
|
|
#endif
|
2024-03-13 09:33:51 +00:00
|
|
|
#if REFLOW_PATCH && KEYBOARDSELECT_PATCH
|
|
|
|
#include "keyboardselect_reflow_x.c"
|
|
|
|
#elif KEYBOARDSELECT_PATCH
|
2019-10-16 06:28:00 +00:00
|
|
|
#include "keyboardselect_x.c"
|
|
|
|
#endif
|
2024-03-13 09:35:17 +00:00
|
|
|
#if NETWMICON_PATCH
|
|
|
|
#include "netwmicon.c"
|
|
|
|
#elif NETWMICON_FF_PATCH
|
|
|
|
#include "netwmicon_ff.c"
|
|
|
|
#elif NETWMICON_LEGACY_PATCH
|
|
|
|
#include "netwmicon_legacy.c"
|
|
|
|
#endif
|
2021-07-07 08:08:43 +00:00
|
|
|
#if OPENURLONCLICK_PATCH
|
|
|
|
#include "openurlonclick.c"
|
|
|
|
#endif
|
2019-09-17 06:53:00 +00:00
|
|
|
#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"
|
2019-09-16 10:40:07 +00:00
|
|
|
#endif
|