mirror of
https://github.com/mintycube/slock.git
synced 2024-10-22 14:05:51 +02:00
20 lines
301 B
C
20 lines
301 B
C
/* Patches */
|
|
#if BLUR_PIXELATED_SCREEN_PATCH
|
|
#include "blur_pixelated_screen.c"
|
|
#endif
|
|
|
|
#if MESSAGE_PATCH
|
|
#include "message.c"
|
|
#endif
|
|
|
|
#if KEYPRESS_FEEDBACK_PATCH
|
|
#include "keypress_feedback.c"
|
|
#endif
|
|
|
|
#if PAMAUTH_PATCH
|
|
#include "pamauth.c"
|
|
#endif
|
|
|
|
#if XRESOURCES_PATCH
|
|
#include "xresources.c"
|
|
#endif |