From 8c80f74513f305352d6ffe4c5df1e1a5c708e3a0 Mon Sep 17 00:00:00 2001 From: "Devin J. Pohly" Date: Sat, 2 May 2020 14:33:24 -0500 Subject: [PATCH] remove outdated/fixed comment --- dwl.c | 1 - 1 file changed, 1 deletion(-) diff --git a/dwl.c b/dwl.c index 1a9ae1c..651885b 100644 --- a/dwl.c +++ b/dwl.c @@ -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;