From a77d543af2e6ccf5b53fe92761f7ac67c53dddb8 Mon Sep 17 00:00:00 2001 From: werdl Date: Mon, 19 May 2025 06:55:25 +0100 Subject: multiple should_float entries preliminary work --- src/defs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/defs.h') diff --git a/src/defs.h b/src/defs.h index 6861262..d90ab61 100644 --- a/src/defs.h +++ b/src/defs.h @@ -87,7 +87,7 @@ typedef struct { int snap_distance; int bindsn; Binding binds[256]; - char *should_float[256]; + char **should_float[256]; } Config; typedef struct { -- cgit v1.2.3