~ruther/dwl

8c80f74513f305352d6ffe4c5df1e1a5c708e3a0 — Devin J. Pohly 4 years ago 187d25e
remove outdated/fixed comment
1 files changed, 0 insertions(+), 1 deletions(-)

M dwl.c
M dwl.c => dwl.c +0 -1
@@ 688,7 688,6 @@ motionnotify(uint32_t time)
	/* If we are currently grabbing the mouse, handle and return */
	if (cursor_mode == CurMove) {
		/* Move the grabbed client to the new position. */
		/* XXX assumes the surface is at (0,0) within grabc */
		resize(grabc, cursor->x - grabcx, cursor->y - grabcy,
				grabc->geom.width, grabc->geom.height, 1);
		return;

Do not follow this link