From 6c467fc57888c34b7d2ce150d6522a931002047a Mon Sep 17 00:00:00 2001 From: werdl Date: Sun, 18 May 2025 11:05:51 +0100 Subject: it works now --- src/defs.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/defs.h') diff --git a/src/defs.h b/src/defs.h index 7267b11..6861262 100644 --- a/src/defs.h +++ b/src/defs.h @@ -87,6 +87,7 @@ typedef struct { int snap_distance; int bindsn; Binding binds[256]; + char *should_float[256]; } Config; typedef struct { -- cgit v1.2.3