diff options
author | uint23 <[email protected]> | 2025-04-29 18:18:57 +0100 |
---|---|---|
committer | uint23 <[email protected]> | 2025-04-29 18:18:57 +0100 |
commit | 77406600c42b4bc45ea061c081da73c564b4cc74 (patch) | |
tree | c970c2cb006af9e688b62035140cd9eac670b252 /src/defs.h | |
parent | 31e322b52f88e0f803ed4ac4d21c44662d68b3ea (diff) |
discard use of macors
Diffstat (limited to 'src/defs.h')
-rw-r--r-- | src/defs.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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; |