slock

Kris's build of slock (slock-flexipatch)
git clone git clone https://git.krisyotam.com/krisyotam/slock.git
Log | Files | Refs | README | LICENSE

include.c (460B)


      1 /* Patches */
      2 #if BACKGROUND_IMAGE_PATCH
      3 #include "background_image.c"
      4 #elif BLUR_PIXELATED_SCREEN_PATCH
      5 #include "blur_pixelated_screen.c"
      6 #endif
      7 
      8 #if COLOR_MESSAGE_PATCH
      9 #include "colormessage.c"
     10 #elif MESSAGE_PATCH
     11 #include "message.c"
     12 #endif
     13 
     14 #if DWM_LOGO_PATCH
     15 #include "dwmlogo.c"
     16 #endif
     17 
     18 #if KEYPRESS_FEEDBACK_PATCH
     19 #include "keypress_feedback.c"
     20 #endif
     21 
     22 #if PAMAUTH_PATCH
     23 #include "pamauth.c"
     24 #endif
     25 
     26 #if XRESOURCES_PATCH
     27 #include "xresources.c"
     28 #endif