mirror of
https://github.com/mintycube/slock.git
synced 2024-10-22 14:05:51 +02:00
18 lines
308 B
C
18 lines
308 B
C
/* Patches */
|
|
#if BACKGROUND_IMAGE_PATCH
|
|
#include "background_image.h"
|
|
#elif BLUR_PIXELATED_SCREEN_PATCH
|
|
#include "blur_pixelated_screen.h"
|
|
#endif
|
|
|
|
#if DWM_LOGO_PATCH
|
|
#include "dwmlogo.h"
|
|
#endif
|
|
|
|
#if PAMAUTH_PATCH
|
|
#include "pamauth.h"
|
|
#endif
|
|
|
|
#if KEYPRESS_FEEDBACK_PATCH
|
|
#include "keypress_feedback.h"
|
|
#endif |