summaryrefslogtreecommitdiff
path: root/src/defs.h
diff options
context:
space:
mode:
authoruint23 <[email protected]>2025-04-29 18:18:57 +0100
committeruint23 <[email protected]>2025-04-29 18:18:57 +0100
commit77406600c42b4bc45ea061c081da73c564b4cc74 (patch)
treec970c2cb006af9e688b62035140cd9eac670b252 /src/defs.h
parent31e322b52f88e0f803ed4ac4d21c44662d68b3ea (diff)
discard use of macors
Diffstat (limited to 'src/defs.h')
-rw-r--r--src/defs.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/defs.h b/src/defs.h
index 5f8c3c4..d4cea4b 100644
--- a/src/defs.h
+++ b/src/defs.h
@@ -100,7 +100,8 @@ typedef struct {
long border_foc_col;
long border_ufoc_col;
long border_swap_col;
- int master_width;
+ float master_width;
+ int motion_throttle;
int resize_master_amt;
int snap_distance;
int bindsn;