2019-09-16 12:40:07 +02:00
|
|
|
/* Patches */
|
2022-09-24 10:43:14 +02:00
|
|
|
#if ALPHA_PATCH
|
|
|
|
#include "alpha.h"
|
|
|
|
#endif
|
2022-03-10 11:37:49 +01:00
|
|
|
#if BACKGROUND_IMAGE_PATCH
|
|
|
|
#include "background_image_x.h"
|
|
|
|
#endif
|
2019-09-17 08:53:00 +02:00
|
|
|
#if BOXDRAW_PATCH
|
|
|
|
#include "boxdraw.h"
|
|
|
|
#endif
|
2019-09-16 12:40:07 +02:00
|
|
|
#if OPENCOPIED_PATCH
|
|
|
|
#include "opencopied.h"
|
|
|
|
#endif
|
2020-03-21 16:41:43 +01:00
|
|
|
#if FONT2_PATCH
|
|
|
|
#include "font2.h"
|
|
|
|
#endif
|
2022-10-24 11:27:51 +02:00
|
|
|
#if FULLSCREEN_PATCH
|
|
|
|
#include "fullscreen_x.h"
|
|
|
|
#endif
|
2020-03-29 15:38:16 +02:00
|
|
|
#if INVERT_PATCH
|
|
|
|
#include "invert.h"
|
|
|
|
#endif
|
2024-03-13 10:33:51 +01:00
|
|
|
#if REFLOW_PATCH && KEYBOARDSELECT_PATCH
|
|
|
|
#include "keyboardselect_reflow_st.h"
|
|
|
|
#include "keyboardselect_reflow_x.h"
|
|
|
|
#elif KEYBOARDSELECT_PATCH
|
2019-10-16 08:28:00 +02:00
|
|
|
#include "keyboardselect_x.h"
|
2019-09-16 14:21:09 +02:00
|
|
|
#endif
|
2021-05-08 14:49:59 +02:00
|
|
|
#if NETWMICON_PATCH
|
|
|
|
#include "netwmicon.h"
|
|
|
|
#endif
|
2019-09-17 08:53:00 +02:00
|
|
|
#if RIGHTCLICKTOPLUMB_PATCH
|
|
|
|
#include "rightclicktoplumb_x.h"
|
|
|
|
#endif
|
2020-01-07 08:05:00 +01:00
|
|
|
#if ST_EMBEDDER_PATCH
|
|
|
|
#include "st_embedder_x.h"
|
|
|
|
#endif
|
2019-09-16 14:21:09 +02:00
|
|
|
#if XRESOURCES_PATCH
|
|
|
|
#include "xresources.h"
|
2021-05-09 17:48:28 +02:00
|
|
|
#endif
|