~ruther/dwl

53e71957f8823e793d2bd98cf23589774e65209a — Devin J. Pohly 5 years ago 40d0d0f
fix a long line
1 files changed, 2 insertions(+), 1 deletions(-)

M dwl.c
M dwl.c => dwl.c +2 -1
@@ 697,7 697,8 @@ motionnotify(uint32_t time)
		return;
	} else if (cursor_mode == CurResize) {
		resize(grabc, grabc->geom.x, grabc->geom.y,
				cursor->x - grabc->geom.x, cursor->y - grabc->geom.y, 1);
				cursor->x - grabc->geom.x,
				cursor->y - grabc->geom.y, 1);
		return;
	}


Do not follow this link