2019-09-16 10:40:07 +00:00
|
|
|
/* Patches */
|
2022-03-10 10:37:49 +00:00
|
|
|
#if BACKGROUND_IMAGE_PATCH
|
|
|
|
#include "background_image_x.h"
|
|
|
|
#endif
|
2019-09-17 06:53:00 +00:00
|
|
|
#if BOXDRAW_PATCH
|
|
|
|
#include "boxdraw.h"
|
|
|
|
#endif
|
2019-09-16 10:40:07 +00:00
|
|
|
#if OPENCOPIED_PATCH
|
|
|
|
#include "opencopied.h"
|
|
|
|
#endif
|
2020-03-21 15:41:43 +00:00
|
|
|
#if FONT2_PATCH
|
|
|
|
#include "font2.h"
|
|
|
|
#endif
|
2020-03-29 13:38:16 +00:00
|
|
|
#if INVERT_PATCH
|
|
|
|
#include "invert.h"
|
|
|
|
#endif
|
2019-10-16 06:28:00 +00:00
|
|
|
#if KEYBOARDSELECT_PATCH
|
|
|
|
#include "keyboardselect_x.h"
|
2019-09-16 12:21:09 +00:00
|
|
|
#endif
|
2021-05-08 12:49:59 +00:00
|
|
|
#if NETWMICON_PATCH
|
|
|
|
#include "netwmicon.h"
|
|
|
|
#endif
|
2019-09-17 06:53:00 +00:00
|
|
|
#if RIGHTCLICKTOPLUMB_PATCH
|
|
|
|
#include "rightclicktoplumb_x.h"
|
|
|
|
#endif
|
2020-01-07 07:05:00 +00:00
|
|
|
#if ST_EMBEDDER_PATCH
|
|
|
|
#include "st_embedder_x.h"
|
|
|
|
#endif
|
2019-09-16 12:21:09 +00:00
|
|
|
#if XRESOURCES_PATCH
|
|
|
|
#include "xresources.h"
|
2021-05-09 15:48:28 +00:00
|
|
|
#endif
|
|
|
|
#if VIM_BROWSE_PATCH
|
|
|
|
#include "normalMode.h"
|
2022-08-07 14:21:55 +00:00
|
|
|
#endif
|