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