From a32e6f6a1640ff87048ef8577310fa9e28cd8758 Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Tue, 11 Feb 2025 12:31:55 +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 92e705f..4e3fed7 100644 --- a/slock/config.def.h +++ b/slock/config.def.h @@ -44,7 +44,7 @@ static XRectangle rectangles[9] = { /* Enable blur */ #define BLUR /* Set blur radius */ -static const int blurRadius = 5; +static int blurRadius = 5; static int privateblur = 100; /* Enable Pixelation */ //#define PIXELATION -- cgit v1.2.3