~ruther/dwl

2a9404ac2a2e45b3b0a3ac22cd1f776219f8a321 — Devin J. Pohly 4 years ago e73ea67 + 3c83e0c
Merge branch 'main' into wlroots-next
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