diff options
| author | Abhinav Prasai <abhinav.prsai@gmail.com> | 2025-08-24 20:43:00 +0100 |
|---|---|---|
| committer | Abhinav Prasai <abhinav.prsai@gmail.com> | 2025-08-24 20:43:00 +0100 |
| commit | 02bd4d5de2ab9715aba045ebf46d76dc58ca6e42 (patch) | |
| tree | a5cb75ac90d64c5b5fa0210c587548b0d5ad222b /src/defs.h | |
| parent | faef33994dc6ccd8531a516eba7cb6a9cc603a82 (diff) | |
[2] refactoring + replace all 256 with MAX_ITEMS
Diffstat (limited to 'src/defs.h')
| -rw-r--r-- | src/defs.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |
