commit d75eb3106e4bc3f143476b1cec522cf5020cf967
parent c22f736c583d4579d0072407ed9a7a9807e8cb89
Author: Rin Takanashi <dareka826@gmail.com>
Date: Mon, 31 May 2021 21:57:35 +0200
Adjust the value of vars_size to account for the variables added in commit 085df46
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/unlock_indicator.c b/unlock_indicator.c
@@ -869,7 +869,7 @@ void render_lock(uint32_t *resolution, xcb_drawable_t drawable) {
scaling_factor, button_diameter_physical);
// variable mapping for evaluating the clock position expression
- const unsigned int vars_size = 11;
+ const unsigned int vars_size = 14;
te_variable vars[] =
{{"w", &width},
{"h", &height},