shod

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 992cf6429fde4d062f479c710b15db385d2f33dc
parent fba1fbe57410a8ea21a1f4e87a8ee45f78c40c87
Author: seninha <lucas@seninha.org>
Date:   Thu,  1 Sep 2022 10:26:02 -0300

do not vertically resize shaded containers

Diffstat:
Mshod.c | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/shod.c b/shod.c @@ -5504,6 +5504,8 @@ mouseresize(int type, void *obj, int xroot, int yroot, enum Octant o) o = W; } else if (o & E) { o = E; + } else { + return; } } nx = &c->nx;