summaryrefslogtreecommitdiff
path: root/src/defs.h
diff options
context:
space:
mode:
authorAbhinav Prasai <abhinav.prsai@gmail.com>2025-08-24 20:43:00 +0100
committerAbhinav Prasai <abhinav.prsai@gmail.com>2025-08-24 20:43:00 +0100
commit02bd4d5de2ab9715aba045ebf46d76dc58ca6e42 (patch)
treea5cb75ac90d64c5b5fa0210c587548b0d5ad222b /src/defs.h
parentfaef33994dc6ccd8531a516eba7cb6a9cc603a82 (diff)
[2] refactoring + replace all 256 with MAX_ITEMS
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 63cf4a0..75f1919 100644
--- a/src/defs.h
+++ b/src/defs.h
@@ -99,7 +99,7 @@ typedef struct {
int resize_master_amt;
int resize_stack_amt;
int snap_distance;
- int bindsn;
+ int n_binds;
Bool new_win_focus;
Bool warp_cursor;
Bool new_win_master;