slock/patch/include.h

16 lines
254 B
C
Raw Normal View History

/* Patches */
2020-08-03 16:56:33 +02:00
#if BLUR_PIXELATED_SCREEN_PATCH
#include "blur_pixelated_screen.h"
#endif
#if PAMAUTH_PATCH
#include "pamauth.h"
2019-11-27 08:42:00 +01:00
#endif
2020-08-03 15:53:34 +02:00
#if KEYPRESS_FEEDBACK_PATCH
#include "keypress_feedback.h"
#endif
2019-11-27 08:42:00 +01:00
#if XRESOURCES_PATCH
#include "xresources.h"
#endif