Re: [dev] [dwm] Possible bug in resizemouse function

2021-10-17 Thread Hiltjo Posthuma
On Sat, Oct 16, 2021 at 10:18:18PM +0800, Xu Lu wrote: > The related code is in line 1326-1332 in dwm.c (current git HEAD): > > if (c->mon->wx + nw >= selmon->wx && c->mon->wx + nw <= selmon->wx + > selmon->ww > && c->mon->wy + nh >= selmon->wy && c->mon->wy + nh <= selmon->wy + > se

[dev] [dwm] Possible bug in resizemouse function

2021-10-16 Thread Xu Lu
The related code is in line 1326-1332 in dwm.c (current git HEAD): if (c->mon->wx + nw >= selmon->wx && c->mon->wx + nw <= selmon->wx + selmon->ww && c->mon->wy + nh >= selmon->wy && c->mon->wy + nh <= selmon->wy + selmon->wh) { if (!c->isfloating && selmo