2019-10-17 19:06:39 +02:00
|
|
|
/* Patches */
|
2020-08-03 16:56:33 +02:00
|
|
|
#if BLUR_PIXELATED_SCREEN_PATCH
|
|
|
|
#include "blur_pixelated_screen.c"
|
|
|
|
#endif
|
|
|
|
|
2021-06-08 13:29:12 +02:00
|
|
|
#if COLOR_MESSAGE_PATCH
|
|
|
|
#include "colormessage.c"
|
|
|
|
#elif MESSAGE_PATCH
|
2019-10-17 19:06:39 +02:00
|
|
|
#include "message.c"
|
|
|
|
#endif
|
|
|
|
|
2021-09-13 10:48:56 +02:00
|
|
|
#if DWM_LOGO_PATCH
|
|
|
|
#include "dwmlogo.c"
|
|
|
|
#endif
|
|
|
|
|
2020-08-03 15:53:34 +02:00
|
|
|
#if KEYPRESS_FEEDBACK_PATCH
|
|
|
|
#include "keypress_feedback.c"
|
|
|
|
#endif
|
|
|
|
|
2019-10-17 19:06:39 +02:00
|
|
|
#if PAMAUTH_PATCH
|
|
|
|
#include "pamauth.c"
|
2019-11-27 08:42:00 +01:00
|
|
|
#endif
|
|
|
|
|
|
|
|
#if XRESOURCES_PATCH
|
|
|
|
#include "xresources.c"
|
2019-10-17 19:06:39 +02:00
|
|
|
#endif
|