~ruther/dwl

3c83e0cfb8cfb20cab2775b8da0925fb26a35678 — Devin J. Pohly 4 years ago db647f2
don't move/resize if already moving/resizing

Fixes #102.  The "ideal" behavior might be to ignore buttons other than
the one being used for the action, but this is super-simple and still
seems reasonable.
1 files changed, 1 insertions(+), 2 deletions(-)

M dwl.c
M dwl.c => dwl.c +1 -2
@@ 1454,8 1454,7 @@ motionrelative(struct wl_listener *listener, void *data)
void
moveresize(const Arg *arg)
{
	grabc = xytoclient(cursor->x, cursor->y);
	if (!grabc)
	if (cursor_mode != CurNormal || !(grabc = xytoclient(cursor->x, cursor->y)))
		return;

	/* Float the window and tell motionnotify to grab it */

Do not follow this link