summaryrefslogtreecommitdiff
path: root/src/defs.h
diff options
context:
space:
mode:
authorwerdl <werdl_is_cool@outlook.com>2025-05-18 11:05:51 +0100
committerwerdl <werdl_is_cool@outlook.com>2025-05-18 11:05:51 +0100
commit6c467fc57888c34b7d2ce150d6522a931002047a (patch)
tree6b37344debfb1dfa6a8a7ec56f0405ba2b727d29 /src/defs.h
parentd114f2c131f87b9ad2bd23179677832168cc3fe3 (diff)
it works now
Diffstat (limited to 'src/defs.h')
-rw-r--r--src/defs.h1
1 files changed, 1 insertions, 0 deletions
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 {