st/patch/x_include.c

49 lines
961 B
C
Raw Normal View History

/* Patches */
#if ALPHA_PATCH
#include "alpha.c"
#endif
2022-03-10 11:37:49 +01:00
#if BACKGROUND_IMAGE_PATCH
#include "background_image_x.c"
#endif
#if BOXDRAW_PATCH
#include "boxdraw.c"
#endif
#if OPENCOPIED_PATCH
#include "opencopied.c"
#endif
#if FIXKEYBOARDINPUT_PATCH
#include "fixkeyboardinput.c"
#endif
2020-03-21 16:41:43 +01:00
#if FONT2_PATCH
#include "font2.c"
#endif
2022-10-24 11:27:51 +02:00
#if FULLSCREEN_PATCH
#include "fullscreen_x.c"
#endif
2020-03-29 15:38:16 +02:00
#if INVERT_PATCH
#include "invert.c"
#endif
2024-03-13 10:33:51 +01:00
#if REFLOW_PATCH && KEYBOARDSELECT_PATCH
#include "keyboardselect_reflow_x.c"
#elif KEYBOARDSELECT_PATCH
2019-10-16 08:28:00 +02:00
#include "keyboardselect_x.c"
#endif
#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 10:08:43 +02:00
#if OPENURLONCLICK_PATCH
#include "openurlonclick.c"
#endif
#if RIGHTCLICKTOPLUMB_PATCH
#include "rightclicktoplumb_x.c"
#endif
2020-01-07 08:05:00 +01:00
#if ST_EMBEDDER_PATCH
#include "st_embedder_x.c"
#endif
2019-09-16 14:21:09 +02:00
#if XRESOURCES_PATCH
#include "xresources.c"
#endif