summaryrefslogtreecommitdiff
path: root/src/defs.h
diff options
context:
space:
mode:
authoruint23 <72694427+uint23@users.noreply.github.com>2025-05-20 16:20:43 +0100
committerGitHub <noreply@github.com>2025-05-20 16:20:43 +0100
commitae590dcc1e58175851ae934d186ad8b3abd4805b (patch)
treee13fd2f7eac32ec1464d66a2bc9bf89a1b782e8a /src/defs.h
parent1ff3b26f9c7fe03aeacb321c093018c4d9683300 (diff)
parentf0c4d01c33fd133eb0a09a970e12844d9ed17137 (diff)
Merge pull request #32 from werdl/main
Multiple should_float entries
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 {