summaryrefslogtreecommitdiff
path: root/src/defs.h
diff options
context:
space:
mode:
authorwerdl <werdl_is_cool@outlook.com>2025-05-19 06:55:25 +0100
committerwerdl <werdl_is_cool@outlook.com>2025-05-19 06:55:25 +0100
commita77d543af2e6ccf5b53fe92761f7ac67c53dddb8 (patch)
tree471f7695b50345583efedea8c70c828cd958a521 /src/defs.h
parent1cc240aebc49a4bf58a6821705a2f37a7882157a (diff)
multiple should_float entries preliminary work
Diffstat (limited to 'src/defs.h')
-rw-r--r--src/defs.h2
1 files changed, 1 insertions, 1 deletions
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 {