From 1104ba39b90d8154694dc1f5923726af128385cd Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Fri, 23 May 2025 08:21:26 +0900 Subject: modified slock/config.def.h, modified slock/slock.c --- slock/config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'slock/config.def.h') diff --git a/slock/config.def.h b/slock/config.def.h index 4e3fed7..10b1ad2 100644 --- a/slock/config.def.h +++ b/slock/config.def.h @@ -45,7 +45,7 @@ static XRectangle rectangles[9] = { #define BLUR /* Set blur radius */ static int blurRadius = 5; -static int privateblur = 100; +static int privateBlurRadius = 100; /* Enable Pixelation */ //#define PIXELATION /* Set pixelation radius */ -- cgit v1.2.3