diff options
| author | Abhinav <abhinav.prsai@gmail.com> | 2025-07-01 19:00:08 +0100 |
|---|---|---|
| committer | Abhinav <abhinav.prsai@gmail.com> | 2025-07-01 19:00:08 +0100 |
| commit | 6a10ad80d7d5c32494c516ff14275dfdccacfb82 (patch) | |
| tree | 267850cb9cf588e34b9015bad12835ab285a1e66 /src/defs.h | |
| parent | 58caf8aae10fa89bbb190822a892e83122a403cc (diff) | |
fix space reserved on monitors without bar/panel
made reserve_(direction) monitor specific
Diffstat (limited to 'src/defs.h')
| -rw-r--r-- | src/defs.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -114,6 +114,8 @@ typedef struct { typedef struct { int x, y; int w, h; + int reserve_left, reserve_right, + reserve_top, reserve_bottom; } Monitor; typedef struct { |
